aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorjpl2016-11-02 15:57:33 +0100
committerThomas Haddad2016-11-08 18:15:11 +0100
commitd512e3784530ae89aeec221fc2ee850cac13f650 (patch)
tree3794976e2e66fe4cb3e552ea56099f9c60a55aa9 /package.json
parentb6b1cffa4888273ea2e1d7d3e11189385a706af1 (diff)
downloadchouette-core-d512e3784530ae89aeec221fc2ee850cac13f650.tar.bz2
adding es6 for itineraries devpt
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"
+ }
+}