-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
53 lines (53 loc) · 981 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
44
45
46
47
48
49
50
51
52
53
{
"name": "gun",
"version": "0.3.9991",
"description": "Graph engine",
"main": "index.js",
"scripts": {
"start": "node examples/http.js 8080",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amark/gun.git"
},
"keywords": [
"gun",
"gunDB",
"graph",
"document",
"key",
"value",
"relational",
"datastore",
"database",
"engine",
"realtime",
"decentralized",
"peer-to-peer",
"distributed",
"P2P",
"OSS",
"embedded",
"localstorage",
"S3"
],
"author": "Mark Nadal",
"license": "(Zlib OR MIT OR Apache-2.0)",
"bugs": {
"url": "https://github.com/amark/gun/issues"
},
"homepage": "https://github.com/amark/gun#readme",
"engines": {
"node": ">=0.6.6",
"iojs": ">=0.0.1"
},
"dependencies": {
"aws-sdk": "~>2.0.0",
"formidable": "~>1.0.15",
"ws": "~>1.0.1"
},
"devDependencies": {
"mocha": "~>1.9.0"
}
}