16 lines
319 B
JSON
16 lines
319 B
JSON
|
{
|
||
|
"name": "hd-app",
|
||
|
"version": "0.1.0",
|
||
|
"engines": {
|
||
|
"node": ">= 0.10.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"grunt": "~0.4.5",
|
||
|
"grunt-contrib-concat": "~0.4.0",
|
||
|
"grunt-contrib-jshint": "~0.10.0",
|
||
|
"grunt-contrib-uglify": "~0.5.0",
|
||
|
"grunt-contrib-watch": "~0.6.1",
|
||
|
"grunt-sass": "^2.1.0"
|
||
|
}
|
||
|
}
|