You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
537 B
25 lines
537 B
{
|
|
"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-concat": "^0.5.0",
|
|
"grunt-contrib-cssmin": "~0.10.0",
|
|
"grunt-contrib-jshint": "~0.10.0",
|
|
"grunt-contrib-less": "~0.12.0",
|
|
"grunt-contrib-sass": "^0.8.1",
|
|
"grunt-contrib-uglify": "~0.6.0",
|
|
"grunt-contrib-watch": "~0.6.1",
|
|
"jshint-stylish": "^1.0.0"
|
|
}
|
|
}
|
|
|