This is in preparation for a PR, to reduce potential for merge conflicts with either my PR or others', since mine will modify a large amount of the main file.
46 lines
1.2 KiB
JSON
46 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.1.34-beta.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:lhorie/mithril.js.git"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"main": "mithril.js",
|
|
"devDependencies": {
|
|
"grunt": "*",
|
|
"grunt-cli": "*",
|
|
"grunt-contrib-copy": "*",
|
|
"grunt-contrib-uglify": "*",
|
|
"grunt-contrib-clean": "*",
|
|
"grunt-contrib-concat": "*",
|
|
"grunt-execute": "*",
|
|
"grunt-md2html": "*",
|
|
"grunt-replace": "*",
|
|
"grunt-contrib-qunit": "*",
|
|
"grunt-zip": "*",
|
|
"grunt-jsfmt": "git://github.com/ysimonson/grunt-jsfmt",
|
|
|
|
"grunt-contrib-connect": "~0.7.1",
|
|
"grunt-contrib-jshint": "~0.10.0",
|
|
"grunt-contrib-watch": "~0.6.1",
|
|
"grunt-jscs": "^1.1.0",
|
|
"grunt-sauce-tunnel": "^0.2.1",
|
|
"load-grunt-config": "^0.9.2",
|
|
"merge": "^1.1.3",
|
|
"publish": "~0.3.2",
|
|
"grunt-saucelabs": "*",
|
|
"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"
|
|
},
|
|
"main": "mithril.js",
|
|
"licenses": [{"type": "MIT", "url": "http://opensource.org/licenses/MIT"}],
|
|
"files": ["mithril.min.js", "mithril.min.js.map", "mithril.js", "README.*"]
|
|
}
|