mithril-vndb/package.json
2016-06-23 01:10:30 -04:00

25 lines
556 B
JSON

{
"name": "mithril",
"version": "1.0.0",
"description": "A framework for building brilliant applications",
"author": "Leo Horie",
"license": "MIT",
"main": "index.js",
"scripts": {
"build": "node bundler/cli index.js -o mithril.js",
"lintdocs": "node bundler/lintdocs",
"lint": "eslint .",
"test": "node ospec/bin/ospec",
"cover": "istanbul cover --print both ospec/bin/ospec"
},
"devDependencies": {
"eslint": "^2.10.2",
"istanbul": "^0.4.3"
},
"publishConfig": {
"tag": "beta"
},
"bin": {
"ospec": "./ospec/bin/ospec"
}
}