2014-03-28 19:11:56 +00:00
|
|
|
{
|
|
|
|
"name": "task",
|
|
|
|
"description": "ownCloud Task App",
|
2016-02-13 13:38:27 +00:00
|
|
|
"version": "0.9.0",
|
2014-03-28 19:11:56 +00:00
|
|
|
"author": {
|
|
|
|
"name": "Raimund Schlüßler",
|
|
|
|
"email": "raimund.schluessler@googlemail.com"
|
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"homepage": "",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-03-24 17:47:26 +00:00
|
|
|
"url": "git@github.com:owncloud/tasks.git"
|
2014-03-28 19:11:56 +00:00
|
|
|
},
|
2015-03-24 17:47:26 +00:00
|
|
|
"bugs": "https://github.com/owncloud/tasks/issues",
|
2014-03-28 19:11:56 +00:00
|
|
|
"contributors": [],
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
2016-02-13 13:38:27 +00:00
|
|
|
"bower": "*",
|
2014-03-28 19:11:56 +00:00
|
|
|
"grunt": "~0.4.1",
|
|
|
|
"grunt-cli": "~0.1.6",
|
2016-02-28 19:18:40 +00:00
|
|
|
"grunt-contrib-jshint": "*",
|
|
|
|
"jshint-stylish": "^2.1.0",
|
2015-09-06 09:17:48 +00:00
|
|
|
"grunt-concurrent": "~1.0.0",
|
2014-03-28 19:11:56 +00:00
|
|
|
"grunt-contrib-concat": "~0.1.2",
|
2015-09-06 09:17:48 +00:00
|
|
|
"grunt-contrib-less": "~0.6.4",
|
2014-03-28 19:11:56 +00:00
|
|
|
"grunt-contrib-watch": "~0.2.0",
|
2015-06-03 12:48:26 +00:00
|
|
|
"grunt-karma": "~0.4.5",
|
2015-09-06 09:17:48 +00:00
|
|
|
"grunt-newer": "~1.1.1",
|
|
|
|
"grunt-phpdocumentor": "^0.4.1",
|
|
|
|
"grunt-phpunit": "0.2.0",
|
|
|
|
"grunt-wrap": "~0.2.0",
|
|
|
|
"phantomjs": "~1.8.1-3"
|
2014-03-28 19:11:56 +00:00
|
|
|
},
|
|
|
|
"engine": "node >= 0.8"
|
|
|
|
}
|