flagon
Version:
A tiny bitwise manipulation module built for mortals
41 lines (40 loc) • 964 B
JSON
{
"name": "flagon",
"description": "A tiny bitwise manipulation module built for mortals",
"main": "index.js",
"version": "0.0.5",
"keywords": [
"bit",
"bitshift",
"bit manipulation",
"mask",
"bit mask",
"flags",
"flag",
"enum"
],
"repo": {
"type": "git",
"url": "https://github.com/JAForbes/flagon.git"
},
"scripts": {
"test": "mocha",
"prepublish": "babel index.es6.js > index.js",
"safepublish": "mocha && git push && git push --tags && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JAForbes/flagon.git"
},
"author": "james.a.forbes@gmail.com <=> (http://james-forbes.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/JAForbes/flagon/issues"
},
"homepage": "https://github.com/JAForbes/flagon#readme",
"devDependencies": {
"babel-cli": "^6.0.14",
"babel-preset-es2015": "^6.0.14",
"mocha": "^2.3.3"
}
}