-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
40 lines (40 loc) · 939 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "buffermaker",
"description": "BufferMaker is a convenient way of creating binary strings",
"keywords": [
"buffer",
"binary"
],
"version": "1.2.1",
"main": "index.js",
"files": [
"index.js",
"lib"
],
"scripts": {
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"test": "jest --coverage --no-cache"
},
"devDependencies": {
"coveralls": "3.0.2",
"jest": "^24.1.0",
"jest-cli": "^24.1.0"
},
"dependencies": {
"long": "1.1.2"
},
"maintainers": [
"Gregg Caines <[email protected]> (http://caines.ca)",
"Seth Edwards <[email protected]>"
],
"bugs": {
"url": "https://github.com/cainus/BufferMaker/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/cainus/BufferMaker.git"
},
"author": "Gregg Caines",
"license": "MIT",
"homepage": "https://github.com/cainus/BufferMaker"
}