aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 000000000..a64f25f36
--- /dev/null
+++ b/package.json
@@ -0,0 +1,13 @@
+{
+ "name": "something",
+ "dependencies": {
+ "babel-preset-es2015": "^6.18.0",
+ "babelify": "^7.3.0",
+ "browserify": "^10.2.6",
+ "browserify-incremental": "^3.1.1"
+ },
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.10"
+ }
+}