add manifest files for npm and component
This commit is contained in:
parent
78c422448a
commit
18dd5a1410
5 changed files with 43 additions and 0 deletions
10
docs/layout/component.json
Normal file
10
docs/layout/component.json
Normal 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"
|
||||
}
|
||||
11
docs/layout/package.json
Normal file
11
docs/layout/package.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "mithril",
|
||||
"description": "A Javascript Framework for building brilliant applications",
|
||||
"keywords": ["mvc", "framework"],
|
||||
"version": "$version",
|
||||
"author": "Leo Horie <leohorie@hotmail.com>",
|
||||
"repository": {"type": "git", "url": "https://github.com/lhorie/mithril"},
|
||||
"main": "mithril.min.js",
|
||||
"licenses": [{"type": "MIT", "url": "http://opensource.org/licenses/MIT"}]
|
||||
"files": ["mithril.min.js", "mithril.min.map"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue