-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.02 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.02 KB
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
41
42
43
44
45
46
47
48
49
50
{
"name": "qb1-type-base",
"version": "1.2.0",
"description": "Core types for qb1",
"homepage": "https://github.com/quicbit-js/qb1-type-base",
"url": "https://github.com/quicbit-js/qb1-type-base/issues",
"email": "support@quicbit.com",
"repository": {
"type": "git",
"url": "git+https://github.com/quicbit-js/qb1-type-base.git"
},
"dependencies": {
"qb-assign": "^1.0.2",
"qb-extend-flat": "^2.0.3",
"qb-obj": "^1.0.2"
},
"devDependencies": {
"tape": "^5.7.4",
"test-kit": "^2.9.2"
},
"scripts": {
"test": "tape test.js",
"cov": "tap --coverage-report=html test.js",
"preversion": "npm test",
"postversion": "git push && npm publish"
},
"keywords": [
"fast",
"qb1",
"data",
"type",
"data type",
"complex",
"nested",
"performance",
"compact",
"compressed",
"sequence",
"buffer",
"array",
"encode",
"decode"
],
"files": [
"index.js",
"test.js"
],
"author": "Matthew Voss",
"license": "ISC"
}