UNPKG

etsc-net-intelligence-api

Version:
48 lines (47 loc) 1.09 kB
{ "name": "etsc-net-intelligence-api", "description": "Ethereum Social Network Intelligence API", "version": "1.0.0", "main": "./app.js", "directories": { "lib": "./lib" }, "dependencies": { "async": "^1.0.0", "chalk": "^1.0.0", "debounce": "1.0.0", "debug": "2.2.0", "lodash": "4.1.0", "primus": "4.0.5", "primus-emit": "1.0.0", "primus-spark-latency": "0.1.1", "web3": "0.15.3", "ws": "^1.0.1" }, "scripts": { "start": "node ./app.js" }, "repository": { "type": "git", "url": "https://github.com/ethereumsocial/etsc-net-intelligence-api.git" }, "homepage": "https://github.com/ethereumsocial/etsc-net-intelligence-api", "bugs": { "url": "https://github.com/ethereumsocial/etsc-net-intelligence-api/issues" }, "keywords": [ "ethereumsocial", "network", "intelligence", "API" ], "author": "Akira Takizawa", "authors": [ { "name": "Akira Takizawa", "email": "akx20000@protonmail.com", "url": "https://github.com/akx20000a" } ], "license": "LGPL-3.0" }