]>
Commit | Line | Data |
---|---|---|
e3dca99b | 1 | { |
2 | "name": "junction-extension", | |
3 | "version": "1.0.0", | |
4 | "description": "", | |
5 | "main": "src/junction.js", | |
6 | "scripts": { | |
7 | "build": "babel --presets es2015 src/junction.js -o build/junction.js", | |
8 | "test": "echo \"Error: no test specified\" && exit 1" | |
9 | }, | |
10 | "author": "", | |
11 | "license": "ISC", | |
12 | "devDependencies": { | |
13 | "babel-cli": "^6.26.0", | |
14 | "babel-core": "^6.26.3", | |
15 | "babel-preset-es2015": "^6.24.1" | |
16 | } | |
17 | } |