mithril-vndb/package.json
2014-03-16 22:07:53 -04:00

19 lines
No EOL
372 B
JSON

{
"name": "mithril",
"version": "0.1.0",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-cli": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-watch": "*",
"grunt-execute": "*",
"grunt-md2html": "*",
"grunt-replace": "*",
"grunt-zip": "*"
}
}