]> git.r.bdr.sh - rbdr/junction/blame - extension/package.json
Build system
[rbdr/junction] / extension / package.json
CommitLineData
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}