gun/package.json
2015-10-23 07:08:11 -07:00

52 lines
960 B
JSON

{
"name": "gun",
"version": "0.2.4",
"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": [
"graph",
"document",
"key",
"value",
"relational",
"datastore",
"database",
"engine",
"realtime",
"decentralized",
"peer-to-peer",
"P2P",
"OSS",
"distributed",
"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": "~>0.8.0"
},
"devDependencies": {
"mocha": "~>1.9.0"
}
}