{ "name": "gun", "version": "0.4.0", "description": "Graph engine", "main": "index.js", "scripts": { "start": "node examples/http.js 8080", "prepublish": "npm run unbuild && uglifyjs gun.js -o gun.min.js -c -m", "test": "mocha", "docker": "hooks/build", "unbuild": "node lib/unbuild.js" }, "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.0.0", "formidable": "~>1.0.15", "ws": "~>1.0.1" }, "devDependencies": { "express": "~>4.13.4", "mocha": "~>1.9.0", "panic-server": "~>0.3.0", "selenium-webdriver": "~>2.53.2", "uglify-js": "^2.2.0" } }