forked from localtunnel/server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 969 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
29
30
31
32
33
34
35
36
37
38
{
"author": "Roman Shtylman <[email protected]>",
"name": "localtunnel-server",
"description": "expose localhost to the world",
"version": "0.0.8",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/localtunnel/server.git"
},
"dependencies": {
"babel-plugin-transform-async-to-generator": "6.8.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.10.3",
"babel-polyfill": "6.9.1",
"babel-register": "6.9.0",
"bluebird": "3.4.1",
"book": "1.3.1",
"book-git": "0.0.2",
"book-raven": "1.2.0",
"bookrc": "0.0.1",
"debug": "2.2.0",
"express": "4.14.0",
"http-proxy": "1.14.0",
"localenv": "0.2.2",
"on-finished": "2.3.0",
"optimist": "0.6.1",
"tldjs": "1.6.2"
},
"devDependencies": {
"mocha": "2.5.3",
"localtunnel": "1.8.0",
"ws": "0.8.0"
},
"scripts": {
"test": "mocha --ui qunit --reporter spec",
"start": "./bin/server"
}
}