UNPKG

gelatin

Version:

Bindings for g-speak's libPlasma, a message-passing framework

51 lines (50 loc) 1.15 kB
{ "name": "gelatin", "version": "0.5.1", "description": "Bindings for g-speak's libPlasma, a message-passing framework", "keywords": [ "plasma", "g-speak", "oblong" ], "bugs": "https://github.com/Oblong/gelatin/issues", "license": "MIT", "author": "Oblong Industries, Inc. <platform.pub@oblong.com>", "files": [ "/src", "/lib", "binding.gyp", "g_seek.py" ], "directories": { "lib": "./lib", "examples": "./examples" }, "repository": "https://github.com/Oblong/gelatin", "scripts": { "doc": "jsdoc -c doc/conf.json -d doc/out lib/*.js", "justthetest": "tap test/*.js", "lint": "eslint lib/*.js test/*.js", "preversion": "npm test", "test": "node-gyp build && npm run justthetest", "test-debug": "node-gyp build --debug && GELATIN_DEBUG=1 npm run justthetest" }, "dependencies": { "nan": "2.14.0" }, "devDependencies": { "eslint": "4.1", "eslint-config-google": "0.7", "jsdoc": "^3.4.0", "tap": "^12.0.1" }, "main": "lib/index.js", "gypfile": true, "engines": { "node": ">= 4.2.0" }, "os": [ "darwin", "linux" ] }