Files: 51c2321a08e18390c1362180ce1df2d369bf93a6 / package.json
789 bytesRaw
1 | { |
2 | "name": "ssb-web-server", |
3 | "version": "2.0.2", |
4 | "description": "Serve web sites on scuttlebot", |
5 | "main": "index.js", |
6 | "dependencies": { |
7 | "ip": "^1.1.2", |
8 | "mime-types": "^2.1.10", |
9 | "muxrpc": "^6.2.1", |
10 | "open": "0.0.5", |
11 | "pull-cat": "^1.1.9", |
12 | "pull-identify-filetype": "^1.1.0", |
13 | "pull-serializer": "^0.3.2", |
14 | "pull-stream": "^3.2.0", |
15 | "pull-ws-server": "^1.5.0", |
16 | "ssb-client": "^3.0.1", |
17 | "ssb-ref": "^2.3.0", |
18 | "stack": "^0.1.0", |
19 | "stream-to-pull-stream": "^1.6.6" |
20 | }, |
21 | "devDependencies": { |
22 | "browserify": "^13.0.0" |
23 | }, |
24 | "scripts": { |
25 | "test": "echo \"Error: no test specified\" && exit 1", |
26 | "build-ws-client": "browserify ws-client.js > ws-client.build.js" |
27 | }, |
28 | "author": "Paul Fraze <pfrazee@gmail.com>", |
29 | "license": "MIT" |
30 | } |
31 |
Built with git-ssb-web