UNPKG

fast-bitset

Version:

a fast bitset with some neat methods

32 lines (31 loc) 755 B
{ "name": "fast-bitset", "version": "1.3.2", "description": "a fast bitset with some neat methods", "main": "./app/BitSet.js", "keywords": [ "bit", "bitset", "bitwise", "bit operations", "bitmap" ], "scripts": { "test": "./node_modules/.bin/jasmine-node spec", "docs": "jsdoc2md app/*.js > api.md" }, "repository": { "type": "git", "url": "git+https://github.com/mattkrick/fast-bitset.git" }, "author": "Matt Krick <matt.krick@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/mattkrick/fast-bitset/issues" }, "homepage": "https://github.com/mattkrick/fast-bitset#readme", "devDependencies": { "jasmine-node": "^1.14.5", "jsdoc-to-markdown": "^1.1.1" } }