-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 936 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "odlb-link-forwarder",
"version": "1.0.0",
"description": "Whenenver you are in a Open Device Lab and you want to test an webapplication or website, you have the problem, that you have enter your URL on all the devices. We thought, that this is super inconvenient. So to help you with that",
"main": "forwarder.js",
"engines": {
"node": "6.11.1"
},
"dependencies": {
"babel-runtime": "^6.22.0",
"core-js": "^2.4.1",
"regenerator-runtime": "^0.10.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wearecube/device-lab-link-forwarder.git"
},
"author": "roland studer",
"license": "MIT",
"bugs": {
"url": "https://github.com/wearecube/device-lab-link-forwarder/issues"
},
"homepage": "https://github.com/wearecube/device-lab-link-forwarder#readme"
}