add manifest files for npm and component

This commit is contained in:
Leo Horie 2014-03-30 22:30:08 -04:00
parent 78c422448a
commit 18dd5a1410
5 changed files with 43 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{
"name": "mithril",
"description": "A Javascript framework for building brilliant applications",
"keywords": ["mvc", "framework"],
"repo": "lhorie/mithril",
"main": "mithril.min.js",
"scripts": ["mithril.min.js"],
"version": "$version",
"license": "MIT"
}