-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.65 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "clay-lump",
"version": "4.4.31",
"description": "Lump of clay-db",
"main": "lib",
"browser": "ci/browser",
"scripts": {
"test": "node ./ci/test.js",
"prepare": "node ./ci/assets.js && node ./ci/build.js && node ./ci/shim.js && node ./ci/doc.js"
},
"repository": "realglobe-Inc/clay-lump",
"keywords": [
"ClayDB"
],
"author": {
"name": "Taka Okunishi",
"email": "okunishinishi@gmail.com",
"url": "http://okunishitaka.com"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/realglobe-Inc/clay-lump/issues"
},
"homepage": "https://github.com/realglobe-Inc/clay-lump#readme",
"dependencies": {
"abind": "^1.0.5",
"argx": "^4.0.0",
"aslogger": "^2.0.1",
"asobj": "^3.0.1",
"clay-constants": "^3.4.4",
"clay-crypto": "^4.0.4",
"clay-driver-base": "^4.1.9",
"clay-driver-memory": "^4.1.19",
"clay-entity": "^2.1.10",
"clay-policy": "^2.1.13",
"clay-resource": "^5.7.5",
"clay-resource-name": "^4.0.5",
"clay-resource-ref": "^2.0.8",
"debug": "^4.1.1"
},
"devDependencies": {
"ababel": "^6.1.3",
"amocha": "^7.0.2",
"ape-formatting": "^2.0.2",
"ape-tasking": "^4.0.12",
"ape-tmpl": "^6.0.14",
"ape-updating": "^5.0.3",
"asleep": "^1.0.3",
"clay-driver-sqlite": "^6.3.25",
"claydb-assets": "^2.0.3",
"coz": "^7.2.0",
"filecopy": "^4.1.0",
"injectmock": "^2.0.0",
"markdown-toc": "^1.2.0",
"request": "^2.88.2",
"sg-templates": "^1.4.4",
"sugos-travis": "^2.0.7",
"the-script-jsdoc": "^2.0.4",
"writeout": "^2.3.2"
},
"engines": {
"node": ">=7.6",
"npm": ">=4"
}
}