add template file for cdnjs deploy
This commit is contained in:
parent
72c08a559a
commit
08dd1cd62d
1 changed files with 23 additions and 0 deletions
23
deploy/cdnjs-package.json
Normal file
23
deploy/cdnjs-package.json
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue