Read version number + other info from package.json

This commit is contained in:
Dan Okkels Brendstrup 2015-11-12 23:45:06 +01:00
parent 92c9334006
commit 0c38f9ec1c
2 changed files with 18 additions and 10 deletions

View file

@ -1,11 +1,19 @@
{
"name": "mithril",
"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": {
"test": "grunt test"
},
@ -33,7 +41,6 @@
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
},
"license": "MIT",
"files": [
"mithril.min.js",
"mithril.min.js.map",