48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "mithril",
|
|
"description": "Mithril.js - A Javascript Framework for Building Brilliant Applications",
|
|
"version": "0.2.5",
|
|
"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": {
|
|
"test": "grunt test"
|
|
},
|
|
"main": "mithril.js",
|
|
"devDependencies": {
|
|
"chai": "^3.4.0",
|
|
"eslint": "^1.7.3",
|
|
"grunt": "*",
|
|
"grunt-cli": "*",
|
|
"grunt-contrib-clean": "*",
|
|
"grunt-contrib-connect": "^0.11.2",
|
|
"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": "*",
|
|
"mocha": "^2.3.3",
|
|
"request": "^2.67.0",
|
|
"sinon": "^1.17.2",
|
|
"sinon-chai": "^2.8.0"
|
|
},
|
|
"files": [
|
|
"mithril.min.js",
|
|
"mithril.min.js.map",
|
|
"mithril.js",
|
|
"README.*"
|
|
]
|
|
}
|