mithril-vndb/archive/v0.2.4/package.json
2016-04-20 00:45:42 -04:00

11 lines
458 B
JSON

{
"name": "mithril",
"description": "A Javascript Framework for building brilliant applications",
"keywords": ["mvc", "framework"],
"version": "0.2.4",
"author": "Leo Horie <leohorie@hotmail.com>",
"repository": {"type": "git", "url": "https://github.com/lhorie/mithril"},
"main": "mithril.js",
"licenses": [{"type": "MIT", "url": "http://opensource.org/licenses/MIT"}],
"files": ["mithril.min.js", "mithril.min.js.map", "mithril.js", "README.*"]
}