forked from redbooth/https-pushstate-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 792 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
{
"name": "https-pushstate-server",
"version": "0.1.1",
"description": "A simple HTML 5 PushState Server with HTTPS",
"author": "Rahul Jiresal <[email protected]>",
"main": "./lib/https-pushstate-server.js",
"bin": {
"https-pushstate-server": "./bin/https-pushstate-server",
"hs": "./bin/https-pushstate-server"
},
"repository": {
"type": "git",
"url": "git://github.com/aerofs/https-pushstate-server.git"
},
"keywords": [
"html5",
"pushstate",
"server",
"cli"
],
"license": "MIT",
"dependencies": {
"express": "^4.13.4",
"http": "0.0.0",
"https": "^1.0.0",
"lodash": "^4.13.1",
"minimist": "^1.2.0",
"path": "^0.12.7"
},
"bugs": {
"url": "https://github.com/aerofs/https-pushstate-server/issues"
}
}