forked from hoodiehq/hoodie-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 807 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 807 Bytes
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": "hoodie-app",
"version": "0.5.0",
"dependencies": {
"http-proxy": "*",
"connect": "2.7.4",
"corsproxy": "git://github.com/gr2m/CORS-Proxy.git",
"multicouch": ">=0.2.8",
"hoodie-pocket": "git://github.com/hoodiehq/pocket.git",
"local-tld-lib": "*",
"underscore": "1.4.4",
"async": "0.2.7",
"bytes": "0.2.1",
"prompt": "0.2.9",
"request": "2.16.6",
"follow": "0.9.0",
"couchr": "0.0.13",
"cli-color": "0.2.2",
"lock": "0.0.3",
"semver": ">=1.1.4",
"send": "0.1.0"
},
"scripts": {
"start": "bin/start",
"test": "mocha"
},
"engines": {
"node": "0.8.x"
},
"devDependencies": {
"mocha": "*"
}
}