aboutsummaryrefslogtreecommitdiff
path: root/package.json.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'package.json.tpl')
-rw-r--r--package.json.tpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/package.json.tpl b/package.json.tpl
new file mode 100644
index 0000000..c2d075b
--- /dev/null
+++ b/package.json.tpl
@@ -0,0 +1,10 @@
1{
2 "name": "%($NAME%)",
3 "version": "%($VERSION%)",
4 "devDependencies": {
5 "less": "2.5.3",
6 "babel-preset-es2015": "6.3.13",
7 "browserify": "13.0.0",
8 "babelify": "7.2.0"
9 }
10}