mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
64 lines
1.3 KiB
JSON
64 lines
1.3 KiB
JSON
{
|
|
"name": "gun",
|
|
"version": "0.6.3",
|
|
"description": "Graph engine",
|
|
"main": "index.js",
|
|
"browser": "gun.min.js",
|
|
"scripts": {
|
|
"start": "node examples/http.js 8080",
|
|
"prepublish": "npm run unbuild",
|
|
"test": "mocha",
|
|
"e2e": "mocha e2e/distributed.js",
|
|
"docker": "hooks/build",
|
|
"unbuild": "node lib/unbuild.js && uglifyjs gun.js -o gun.min.js -c -m"
|
|
},
|
|
"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.15.0",
|
|
"formidable": "~>1.0.15",
|
|
"ws": "~>1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"express": "~>4.13.4",
|
|
"mocha": "~>1.9.0",
|
|
"uglify-js": "~>2.2.0",
|
|
"panic-manager": "^1.2.0",
|
|
"panic-server": "^1.1.0",
|
|
"ip": "^1.1.4"
|
|
}
|
|
}
|