diff options
| author | jpl | 2016-11-02 15:57:33 +0100 |
|---|---|---|
| committer | Thomas Haddad | 2016-11-08 18:15:11 +0100 |
| commit | d512e3784530ae89aeec221fc2ee850cac13f650 (patch) | |
| tree | 3794976e2e66fe4cb3e552ea56099f9c60a55aa9 /package.json | |
| parent | b6b1cffa4888273ea2e1d7d3e11189385a706af1 (diff) | |
| download | chouette-core-d512e3784530ae89aeec221fc2ee850cac13f650.tar.bz2 | |
adding es6 for itineraries devpt
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 13 |
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" + } +} |
