npm init and touch index.js

master
Thomas Lynch 2 years ago
parent 0c33a7bf79
commit 8c5177e5a1
  1. 0
      index.js
  2. 20
      package.json

@ -0,0 +1,20 @@
{
"name": "big-bitfield",
"version": "1.0.0",
"description": "library for storing a bitfield with a large number of options stored as an array/buffer, suitable for e.g. permissions systems",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitgud.io/fatchan/big-bitfield.git"
},
"keywords": [
"bitfield",
"large",
"permissions"
],
"author": "Thomas Lynch (fatchan) <tom@69420.me>",
"license": "LGPL-3.0-only"
}
Loading…
Cancel
Save