{ "name": "buffermaker", "description": "BufferMaker is a convenient way of creating binary strings", "keywords": [ "buffer", "binary" ], "version": "1.2.1", "main": "index.js", "files": [ "index.js", "lib" ], "scripts": { "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", "test": "jest --coverage --no-cache" }, "devDependencies": { "coveralls": "3.0.2", "jest": "^24.1.0", "jest-cli": "^24.1.0" }, "dependencies": { "long": "1.1.2" }, "maintainers": [ "Gregg Caines (http://caines.ca)", "Seth Edwards " ], "bugs": { "url": "https://github.com/cainus/BufferMaker/issues" }, "repository": { "type": "git", "url": "git://github.com/cainus/BufferMaker.git" }, "author": "Gregg Caines", "license": "MIT", "homepage": "https://github.com/cainus/BufferMaker" }