-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
43 lines (43 loc) · 961 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
39
40
41
42
43
{
"name": "superstatic-proxy",
"version": "2.1.0",
"description": "A Superstatic service for HTTP proxying of AJAX requests",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/divshot/superstatic-proxy.git"
},
"keywords": [
"superstatic",
"proxy",
"static",
"hosting",
"divshot"
],
"author": "Divshot",
"license": "MIT",
"bugs": {
"url": "https://github.com/divshot/superstatic-proxy/issues"
},
"homepage": "https://github.com/divshot/superstatic-proxy",
"devDependencies": {
"connect": "~2.14.5",
"cookie-parser": "~1.3.4",
"deap": "^1.0.0",
"expect.js": "~0.3.1",
"mocha": "^2.1.0",
"mocksy": "^1.0.0",
"supertest": "^0.15.0"
},
"dependencies": {
"fast-url-parser": "^1.0.6-0",
"http-proxy": "^1.5.3",
"join-path": "^1.0.0"
}
}