mithril-vndb/package.json
2014-05-28 22:23:18 +03:00

21 lines
435 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-contrib-qunit": "*",
"grunt-contrib-connect": "*",
"grunt-zip": "*"
}
}