27 lines
574 B
JSON
27 lines
574 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": "*",
|
|
"request": "~2.35.0",
|
|
"q": "~1.0.0",
|
|
"saucelabs": "~0.1.1",
|
|
"sauce-tunnel": "~2.0.6",
|
|
"colors": "~0.6.2",
|
|
"lodash": "~2.4.1"
|
|
},
|
|
}
|