Files
CouchPotatoServer/package.json
2014-12-17 14:20:13 +01:00

26 lines
531 B
JSON

{
"name": "couchpotato_develop",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"start": "grunt"
},
"dependencies": {
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-autoprefixer": "^2.0.0",
"grunt-concurrent": "~1.0.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"jshint-stylish": "^1.0.0",
"time-grunt": "^1.0.0",
"grunt-shell": "^1.1.1"
}
}