37 lines
867 B
JSON
37 lines
867 B
JSON
{
|
|
"name": "deck",
|
|
"description": "Deck owncloud app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": "https://github.com/juliushaertl/deck",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:juliushaertl/deck.git"
|
|
},
|
|
"dependencies": {
|
|
"karma": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"bower": "*",
|
|
"grunt": "*",
|
|
"grunt-cli": "*",
|
|
"grunt-contrib-concat": "*",
|
|
"grunt-contrib-jshint": "*",
|
|
"grunt-contrib-watch": "*",
|
|
"grunt-karma": "*",
|
|
"grunt-ng-annotate": "^1.0.1",
|
|
"grunt-phpunit": "*",
|
|
"grunt-wrap": "*",
|
|
"jasmine-core": "*",
|
|
"jshint-stylish": "^2.1.0",
|
|
"karma": "*",
|
|
"karma-chrome-launcher": "*",
|
|
"karma-coverage": "*",
|
|
"karma-firefox-launcher": "*",
|
|
"karma-jasmine": "*",
|
|
"karma-phantomjs-launcher": "*",
|
|
"phantomjs": "*"
|
|
},
|
|
"engine": "node >= 0.8"
|
|
}
|