binaryarray
Version:
the binary array
43 lines (42 loc) • 1.03 kB
JSON
{
"name": "binaryarray",
"version": "0.1.3",
"description": "the binary array",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src",
"example",
"package.json",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/you21979/node-binaryarray.git"
},
"keywords": [
"flag",
"bit",
"binary"
],
"devDependencies": {
"@types/node": "^9.6.0",
"@types/mocha": "^5.0.0",
"typescript": "^2.8.0",
"istanbul": "^0.4.5",
"coveralls": "^3.0.0",
"mocha": "^5.0.5"
},
"scripts": {
"build": "./node_modules/.bin/tsc -p ./",
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha ./dist/test",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
},
"author": "Yuki Akiyama",
"license": "MIT",
"bugs": {
"url": "https://github.com/you21979/node-binaryarray/issues"
},
"homepage": "https://github.com/you21979/node-binaryarray#readme"
}