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.
26 lines
584 B
26 lines
584 B
{
|
|
"name": "couchpotato_develop",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": ""
|
|
},
|
|
"scripts": {
|
|
"start": "grunt"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.5",
|
|
"grunt-autoprefixer": "^3.0.3",
|
|
"grunt-concurrent": "~2.1.0",
|
|
"grunt-contrib-clean": "^0.7.0",
|
|
"grunt-contrib-cssmin": "~0.14.0",
|
|
"grunt-contrib-jshint": "~0.11.2",
|
|
"grunt-contrib-sass": "^0.9.2",
|
|
"grunt-contrib-uglify": "~0.11.0",
|
|
"grunt-contrib-watch": "~0.6.1",
|
|
"grunt-shell-spawn": "^0.3.8",
|
|
"jit-grunt": "^0.9.1",
|
|
"jshint-stylish": "^2.0.1",
|
|
"time-grunt": "^1.2.1"
|
|
}
|
|
}
|
|
|