From 08dd1cd62d28e8475d7560c8b524ccbead8bdda7 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Wed, 9 Apr 2014 09:11:02 -0400 Subject: [PATCH] add template file for cdnjs deploy --- deploy/cdnjs-package.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 deploy/cdnjs-package.json 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" + } +}