UNPKG

642 BJSONView Raw
1{
2 "name": "gun",
3 "main": "gun.js",
4 "version": "0.1.5",
5 "homepage": "http://gunDB.io",
6 "authors": [
7 { "name": "Mark Nadal", "email": "mark@accelsor.com" },
8 { "name": "Alex LaFroscia", "email": "alex@lafroscia.com" }
9 ],
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/amark/gun"
13 },
14 "description": "A distributed, embedded, graph database engine.",
15 "moduleType": [
16 "globals"
17 ],
18 "keywords": [
19 "graph",
20 "database",
21 "gun",
22 "gundb",
23 "nodb"
24 ],
25 "license": "MIT",
26 "ignore": [
27 "**/.*",
28 "node_modules",
29 "bower_components",
30 "test",
31 "tests"
32 ]
33}