-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.21 KB
/
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
44
45
46
47
48
49
50
{
"name": "webpages",
"version": "0.0.6",
"description": "A framework for API-consuming web apps that unifies AJAX and graceful degradation.",
"main": "index.js",
"browser": {
"index.js": "lib/browser-pages.js",
"lib/session.js": "lib/browser-session.js"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha -C test/test.js"
},
"author": "Carl A. Bauer",
"license": "MIT",
"devDependencies": {
"async": "^0.9.0",
"dynapack": "^0.4.3",
"expect.js": "^0.3.1",
"express": "^4.9.5",
"lodash": "^3.5.0",
"morgan": "^1.3.2",
"osh-iso-test": "0.0.15",
"osh-test-host": "0.0.0",
"serve-static": "^1.6.4",
"stream-to-array": "^2.0.2",
"superagent": "^0.20.0",
"supertest": "^0.14.0",
"vinyl-fs": "^1.0.0"
},
"dependencies": {
"body-parser": "^1.9.2",
"busboy": "^0.2.9",
"component-emitter": "^1.1.3",
"cookies": "^0.5.0",
"cookies-js": "^1.0.0",
"csrf": "^2.0.1",
"escape-html": "^1.0.1",
"mkdirp": "^0.5.0",
"node-ensure": "0.0.0",
"osh-route": "0.0.7",
"parseUri": "^1.2.3-2",
"process": "^0.10.1",
"readable-stream": "^1.0.33",
"vinyl": "^0.4.6",
"xtend": "^4.0.0"
}
}