mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
12 lines
220 B
JSON
12 lines
220 B
JSON
{
|
|
"name": "XpressEngine",
|
|
"devDependencies": {
|
|
"grunt": ">0.4.0",
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
"grunt-contrib-jshint": "~0.7.1"
|
|
},
|
|
"main": "Gruntfile.js",
|
|
"scripts": {
|
|
"test": "grunt"
|
|
}
|
|
}
|