UNPKG

1.33 kBJSONView Raw
1{
2 "name": "gun",
3 "version": "0.6.3",
4 "description": "Graph engine",
5 "main": "index.js",
6 "browser": "gun.min.js",
7 "scripts": {
8 "start": "node examples/http.js 8080",
9 "prepublish": "npm run unbuild",
10 "test": "mocha",
11 "e2e": "mocha e2e/distributed.js",
12 "docker": "hooks/build",
13 "unbuild": "node lib/unbuild.js && uglifyjs gun.js -o gun.min.js -c -m"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/amark/gun.git"
18 },
19 "keywords": [
20 "gun",
21 "gunDB",
22 "graph",
23 "document",
24 "key",
25 "value",
26 "relational",
27 "datastore",
28 "database",
29 "engine",
30 "realtime",
31 "decentralized",
32 "peer-to-peer",
33 "distributed",
34 "P2P",
35 "OSS",
36 "embedded",
37 "localstorage",
38 "S3"
39 ],
40 "author": "Mark Nadal",
41 "license": "(Zlib OR MIT OR Apache-2.0)",
42 "bugs": {
43 "url": "https://github.com/amark/gun/issues"
44 },
45 "homepage": "https://github.com/amark/gun#readme",
46 "engines": {
47 "node": ">=0.6.6",
48 "iojs": ">=0.0.1"
49 },
50 "dependencies": {
51 "aws-sdk": "~>2.15.0",
52 "formidable": "~>1.0.15",
53 "ws": "~>1.0.1"
54 },
55 "devDependencies": {
56 "express": "~>4.13.4",
57 "mocha": "~>1.9.0",
58 "uglify-js": "~>2.2.0",
59 "panic-manager": "^1.2.0",
60 "panic-server": "^1.1.0",
61 "ip": "^1.1.4"
62 }
63}