rhymix/package.json
2013-11-15 00:59:43 +09:00

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"
}
}