aboutsummaryrefslogtreecommitdiff
path: root/extension/package.json
diff options
context:
space:
mode:
authorrknol <rknol@MacBook-Pro-2.fritz.box>2020-09-27 18:52:40 +0200
committerrknol <rknol@MacBook-Pro-2.fritz.box>2020-09-27 18:52:40 +0200
commite3dca99b9461e2b0fc8f918e6ec2b5212060a8ac (patch)
treea9644889942942f899a69016f3c2e0046350ef3d /extension/package.json
parentad7fccbee23e7ab0348bee23a12401fbc650acd2 (diff)
Build system
Diffstat (limited to 'extension/package.json')
-rw-r--r--extension/package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/extension/package.json b/extension/package.json
new file mode 100644
index 0000000..c6c2632
--- /dev/null
+++ b/extension/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "junction-extension",
+ "version": "1.0.0",
+ "description": "",
+ "main": "src/junction.js",
+ "scripts": {
+ "build": "babel --presets es2015 src/junction.js -o build/junction.js",
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "",
+ "license": "ISC",
+ "devDependencies": {
+ "babel-cli": "^6.26.0",
+ "babel-core": "^6.26.3",
+ "babel-preset-es2015": "^6.24.1"
+ }
+}