tasks/js/package.json

39 lines
1 KiB
JSON
Raw Normal View History

2014-03-28 19:11:56 +00:00
{
"name": "tasks",
"description": "Nextcloud - Tasks",
2016-12-14 20:14:26 +00:00
"version": "0.9.4",
2014-03-28 19:11:56 +00:00
"author": {
"name": "Raimund Schlüßler",
"email": "raimund.schluessler@googlemail.com"
},
"private": true,
"homepage": "",
"scripts": {
"test": "node node_modules/grunt-cli/bin/grunt karma",
"prebuild": "npm install && npm update && node_modules/bower/bin/bower install && node_modules/bower/bin/bower update",
"build": "node node_modules/grunt-cli/bin/grunt build"
},
2014-03-28 19:11:56 +00:00
"repository": {
"type": "git",
"url": "git@github.com:nextcloud/tasks.git"
2014-03-28 19:11:56 +00:00
},
"bugs": "https://github.com/nextcloud/tasks/issues",
2014-03-28 19:11:56 +00:00
"contributors": [],
"dependencies": {},
"devDependencies": {
2016-02-13 13:38:27 +00:00
"bower": "*",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.0.0",
"jshint-stylish": "^2.2.1",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-karma": "^2.0.0",
"grunt-wrap": "^0.3.0"
2014-03-28 19:11:56 +00:00
},
"engines": {
"node": ">=6"
}
2014-03-28 19:11:56 +00:00
}