You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
939 B
40 lines
939 B
{
|
|
"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 <gregg@caines.ca> (http://caines.ca)",
|
|
"Seth Edwards <sethaedwards@gmail.com>"
|
|
],
|
|
"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"
|
|
}
|
|
|