mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
086ba5da87
* fix various lighthouse issues * remove bom FROM AN AUTOGENERATED FILE
17 lines
351 B
JSON
17 lines
351 B
JSON
{
|
|
"name": "ace3",
|
|
"version": "0.1.0",
|
|
"dependencies": {
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^1.3.0",
|
|
"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",
|
|
"node-sass": "^6.0.1"
|
|
}
|
|
}
|