UNPKG

honeycomb

Version:
46 lines (45 loc) 1.11 kB
{ "name": "honeycomb", "version": "0.1.4", "description": "A hybrid data platform", "keywords": ["honeycomb","node.js","MySQL","GIT", "R"], "main": "./lib/index.js", "dependencies": { "nan": "1.8.4", "bluebird": "2.9.27", "lodash": "3.8.0", "node-pre-gyp": "0.6.7" }, "scripts": { "test": "mocha -b", "prepublish": "npm prune", "postinstall": "node-pre-gyp install --fallback-to-build" }, "binary": { "module_name": "honeycomb", "module_path": "./build/{module_name}.node", "host": "https://github.com", "package_name": "{platform}-{arch}.tar.gz", "remote_path": "./BeeHiveCloud/dist/raw/master/v{version}/" }, "directories": { "lib": "lib" }, "repository": { "type": "git", "url": "git://github.com/BeeHiveCloud/honeycomb.git" }, "devDependencies": { "should": "3.3.1", "mocha": "2.1.0" }, "engines": { "node": ">= 0.12.0", "npm": ">= 2.10.0" }, "bugs": { "url": "http://github.com/BeeHiveCloud/honeycomb/issues" }, "author": "Jerry Yang Jin", "license": "MIT" }