mithril-vndb/archive/v0.1.30/package.json
2015-02-04 22:00:40 -05:00

11 lines
456 B
JSON

{
"name": "mithril",
"description": "A Javascript Framework for building brilliant applications",
"keywords": ["mvc", "framework"],
"version": "0.1.30",
"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.map", "mithril.js", "README.*"]
}