2016-08-18 16:37:38 +00:00
|
|
|
{
|
2020-10-01 08:52:25 +00:00
|
|
|
"name": "ace3",
|
2016-08-18 16:37:38 +00:00
|
|
|
"version": "0.1.0",
|
2023-10-20 17:22:26 +00:00
|
|
|
"scripts": {
|
|
|
|
"dev": "grunt",
|
|
|
|
"build": "grunt build"
|
|
|
|
},
|
2019-02-27 23:43:35 +00:00
|
|
|
"dependencies": {
|
2021-05-06 18:16:37 +00:00
|
|
|
"lodash": "^4.17.21"
|
2019-02-27 23:43:35 +00:00
|
|
|
},
|
2016-08-18 16:37:38 +00:00
|
|
|
"devDependencies": {
|
2023-09-23 03:47:49 +00:00
|
|
|
"grunt": "^1.6.1",
|
|
|
|
"grunt-contrib-concat": "^2.1.0",
|
|
|
|
"grunt-contrib-imagemin": "^4.0.0",
|
|
|
|
"grunt-contrib-uglify": "^5.2.2",
|
2019-01-01 23:05:28 +00:00
|
|
|
"grunt-contrib-watch": "^1.1.0",
|
2023-09-23 03:47:49 +00:00
|
|
|
"grunt-sass": "^3.1.0",
|
|
|
|
"node-sass": "^9.0.0"
|
2016-08-18 16:37:38 +00:00
|
|
|
}
|
|
|
|
}
|