diff --git a/deploy/cdnjs-package.json b/deploy/cdnjs-package.json new file mode 100644 index 00000000..d431fe27 --- /dev/null +++ b/deploy/cdnjs-package.json @@ -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 (http://lhorie.blogspot.com/)", + "contributors": [ + "Leo Horie (http://lhorie.blogspot.com/)" + ], + "bugs": "https://github.com/lhorie/mithril.js/issues", + "repository": { + "type": "git", + "url": "https://github.com/lhorie/mithril.js.git" + } +}