ACE3/docs/src/package.json

16 lines
324 B
JSON
Raw Normal View History

{
"name": "ACE3",
"version": "0.1.0",
"dependencies": {
"lodash": "^4.17.13"
},
"devDependencies": {
2019-06-05 14:45:21 +00:00
"grunt": "^1.0.4",
2016-12-28 08:23:08 +00:00
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.0.2"
}
}