21 lines
435 B
JSON
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": "*"
|
|
}
|
|
}
|