]> git.r.bdr.sh - rbdr/junction/blame - extension/package.json
New url
[rbdr/junction] / extension / package.json
CommitLineData
e3dca99b 1{
2 "name": "junction-extension",
3 "version": "1.0.0",
4 "description": "",
344f7c13 5 "main": "junction.js",
e3dca99b 6 "scripts": {
344f7c13 7 "build": "webpack",
e3dca99b 8 "test": "echo \"Error: no test specified\" && exit 1"
9 },
10 "author": "",
11 "license": "ISC",
12 "devDependencies": {
344f7c13 13 "@babel/preset-env": "^7.11.5",
e3dca99b 14 "babel-cli": "^6.26.0",
15 "babel-core": "^6.26.3",
344f7c13 16 "babel-loader": "^8.1.0",
17 "babel-preset-es2015": "^6.24.1",
18 "socket.io-client": "^2.3.0",
19 "webpack": "^4.44.2",
20 "webpack-cli": "^3.3.12"
21 },
22 "dependencies": {}
e3dca99b 23}