23 lines
481 B
JSON
23 lines
481 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",
|
|
"pug-cli": "^1.0.0-alpha6"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^4.0.0",
|
|
"cropper": "^4.0.0",
|
|
"font-awesome": "^4.7.0",
|
|
"jquery": "^3.3.1"
|
|
}
|
|
}
|