33 lines
802 B
JSON
33 lines
802 B
JSON
{
|
|
"name": "mithril",
|
|
"npmName": "mithril",
|
|
"version": "$version",
|
|
"filename": "mithril.min.js",
|
|
"description": "A Javascript Framework for building brilliant applications",
|
|
"homepage": "http://lhorie.github.io/mithril",
|
|
"license": "MIT",
|
|
"main": "mithril",
|
|
"keywords": [
|
|
"mvc",
|
|
"browser"
|
|
],
|
|
"author": "Leo Horie <leohorie@hotmail.com> (http://lhorie.blogspot.com/)",
|
|
"contributors": [
|
|
"Leo Horie <leohorie@hotmail.com> (http://lhorie.blogspot.com/)"
|
|
],
|
|
"bugs": "https://github.com/lhorie/mithril.js/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/lhorie/mithril.js.git"
|
|
},
|
|
"npmFileMap": [
|
|
{
|
|
"basePath": "/",
|
|
"files": [
|
|
"mithril.js",
|
|
"mithril.min.js",
|
|
"mithril.min.map"
|
|
]
|
|
}
|
|
]
|
|
}
|