UNPKG

ndarray-bit

Version:
54 lines (53 loc) 1.11 kB
{ "name": "ndarray-bit", "version": "1.0.0", "description": "ndarrays of bits", "main": "ndbits.js", "directories": { "test": "test" }, "dependencies": { "minimal-bit-array": "^1.0.0", "ndarray": "^1.0.15" }, "devDependencies": { "tape": "^2.13.1" }, "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "git://github.com/mikolalysenko/ndarray-bit.git" }, "keywords": [ "ndarray", "bit", "array", "packed", "memory" ], "author": "Mikola Lysenko", "license": "MIT", "readmeFilename": "README.md", "gitHead": "a13426b9e600ac08ec308ca63d035419f61dcc97", "bugs": { "url": "https://github.com/mikolalysenko/ndarray-bit/issues" }, "testling": { "files": "test/*.js", "browsers": [ "ie/8..latest", "firefox/17..latest", "firefox/nightly", "chrome/22..latest", "chrome/canary", "opera/12..latest", "opera/next", "safari/5.1..latest", "ipad/6.0..latest", "iphone/6.0..latest", "android-browser/4.2..latest" ] } }