-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 812 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 812 Bytes
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
{
"name": "qb1-obj2type",
"version": "1.0.1",
"description": "Convert plain object structures to a qb1 type graph",
"homepage": "https://github.com/quicbit-js/qb1-obj2type",
"url": "https://github.com/quicbit-js/qb1-obj2type/issues",
"email": "support@quicbit.com",
"repository": "quicbit-js/qb1-obj2type",
"dependencies": {
"qb-obj": "^1.0.2",
"qb1-type-base": "file:../qb1-type-base"
},
"devDependencies": {
"tape": "^5.6.3",
"test-kit": "^2.9.1"
},
"scripts": {
"test": "tape test.js",
"cov": "tap --coverage-report=html test.js"
},
"keywords": [
"fast",
"compact",
"minimal",
"qb",
"qb1",
"quicbit",
"data",
"performance"
],
"files": [
"index.js",
"test.js"
],
"author": "Matthew Voss",
"license": "ISC"
}