mithril-vndb/package.json
2015-12-18 03:01:31 -05:00

52 lines
1.2 KiB
JSON

{
"name": "mithril",
"description": "Mithril.js beta build - use this to help us test the releases before they are released",
"version": "0.2.1",
"homepage": "http://mithril.js.org",
"license": "MIT",
"author": {
"name": "Leo Horie"
},
"repository": {
"type": "git",
"url": "git@github.com:lhorie/mithril.js.git"
},
"bugs": {
"url": "http://github.com/lhorie/mithril.js/issues"
},
"scripts": {
"preversion": "grunt",
"test": "grunt test"
},
"main": "mithril.js",
"devDependencies": {
"chai": "^3.4.0",
"chai-string": "^1.1.4",
"eslint": "^1.7.3",
"grunt": "*",
"grunt-cli": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-copy": "*",
"grunt-contrib-uglify": "*",
"grunt-eslint": "^17.3.1",
"grunt-md2html": "*",
"grunt-mocha-phantomjs": "^2.0.0",
"grunt-replace": "*",
"grunt-saucelabs": "*",
"grunt-saucelabs-browsers": "^0.2.0",
"grunt-zip": "*",
"load-grunt-config": "^0.9.2",
"mocha": "^2.3.3",
"request": "~2.35.0",
"saucelabs": "~0.1.1",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
},
"files": [
"mithril.min.js",
"mithril.min.js.map",
"mithril.js",
"README.*"
]
}