hubl/package.json

22 lines
449 B
JSON
Raw Normal View History

2018-03-11 23:42:46 +00:00
{
"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"
},
"dependencies": {
2018-03-18 14:18:29 +00:00
"bootstrap": "^4.0.0",
2018-05-15 01:54:34 +00:00
"cropper": "^4.0.0",
2018-04-19 16:24:42 +00:00
"font-awesome": "^4.7.0",
2018-03-18 14:18:29 +00:00
"jquery": "^3.3.1"
2018-03-11 23:42:46 +00:00
}
}