38 lines
1 KiB
JSON
38 lines
1 KiB
JSON
{
|
|
"name": "tasks",
|
|
"description": "Nextcloud - Tasks",
|
|
"version": "0.9.5",
|
|
"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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:nextcloud/tasks.git"
|
|
},
|
|
"bugs": "https://github.com/nextcloud/tasks/issues",
|
|
"contributors": [],
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
}
|