mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
17 lines
398 B
JSON
17 lines
398 B
JSON
{
|
|
"name": "XpressEngine",
|
|
"devDependencies": {
|
|
"grunt": ">0.4.0",
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
"grunt-contrib-jshint": "~0.7.1",
|
|
"grunt-contrib-csslint": "*",
|
|
"grunt-contrib-cssmin": "~0.7.0",
|
|
"grunt-contrib-uglify": "~0.2.7",
|
|
"grunt-contrib-concat": "~0.3.0",
|
|
"grunt-phplint": "0.0.5"
|
|
},
|
|
"main": "Gruntfile.js",
|
|
"scripts": {
|
|
"test": "grunt"
|
|
}
|
|
}
|