13 lines
286 B
Plaintext
13 lines
286 B
Plaintext
{
|
|
"name": "bit-util",
|
|
"version": "1.0.0",
|
|
"description": "Bit utilities with bit manipulation functions",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "Trung Hoang",
|
|
"license": "Proprietary"
|
|
}
|