mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
16 lines
324 B
JSON
16 lines
324 B
JSON
{
|
|
"name": "ace3",
|
|
"version": "0.1.0",
|
|
"dependencies": {
|
|
"lodash": "^4.17.19"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^1.0.4",
|
|
"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"
|
|
}
|
|
}
|