mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
34 lines
642 B
JSON
34 lines
642 B
JSON
{
|
|
"name": "gun",
|
|
"main": "gun.js",
|
|
"version": "0.1.5",
|
|
"homepage": "http://gunDB.io",
|
|
"authors": [
|
|
{ "name": "Mark Nadal", "email": "mark@accelsor.com" },
|
|
{ "name": "Alex LaFroscia", "email": "alex@lafroscia.com" }
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/amark/gun"
|
|
},
|
|
"description": "A distributed, embedded, graph database engine.",
|
|
"moduleType": [
|
|
"globals"
|
|
],
|
|
"keywords": [
|
|
"graph",
|
|
"database",
|
|
"gun",
|
|
"gundb",
|
|
"nodb"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|