package.json (1176B)
1 { 2 "name": "gluon-remote", 3 "version": "1.0.0", 4 "description": "A Remote Config mode for running mode of Gluon Router", 5 "main": "gluon_web_remote.js", 6 "scripts": { 7 "test": "echo \"Error: no test specified\" && exit 1", 8 "start": "node gluon_web_remote.js", 9 "snyk-protect": "snyk protect", 10 "prepublish": "npm run snyk-protect" 11 }, 12 "repository": { 13 "type": "git", 14 "url": "git+https://github.com/MTRNord/gluon_web_remote_node.git" 15 }, 16 "keywords": [ 17 "Gluon", 18 "Freifunk", 19 "Web", 20 "nodejs", 21 "Wlan", 22 "Config" 23 ], 24 "author": "MTRNord", 25 "license": "MIT", 26 "bugs": { 27 "url": "https://github.com/MTRNord/gluon_web_remote_node/issues" 28 }, 29 "homepage": "https://github.com/MTRNord/gluon_web_remote_node#readme", 30 "dependencies": { 31 "ajv": "^4.1.3", 32 "chalk": "^1.1.3", 33 "commander": "^2.9.0", 34 "ejs": "^2.4.2", 35 "express": "^4.14.0", 36 "helmet": "^2.1.1", 37 "ip-address": "^5.8.0", 38 "laeh2": "^0.3.3", 39 "request": "^2.72.0", 40 "ssh-keygen": "^0.2.1", 41 "sshclient": "0.0.4", 42 "snyk": "^1.19.1" 43 }, 44 "devDependencies": { 45 "chai": "^3.5.0", 46 "mocha": "^2.5.3" 47 }, 48 "snyk": true 49 }