mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
14 lines
310 B
JSON
14 lines
310 B
JSON
{
|
|
"name": "ACE3",
|
|
"version": "0.1.0",
|
|
"devDependencies": {
|
|
"grunt": "^1.0.1",
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
"grunt-contrib-imagemin": "^1.0.1",
|
|
"grunt-contrib-sass": "^1.0.0",
|
|
"grunt-contrib-uglify": "^2.0.0",
|
|
"grunt-contrib-watch": "^1.0.0",
|
|
"grunt-sass": "^2.0.0"
|
|
}
|
|
}
|