-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 952 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 952 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
38
{
"name": "toki",
"version": "0.9.0",
"description": "configuration based workflow orchestration",
"main": "lib/index.js",
"scripts": {
"test": "lab -c test",
"test-cover": "lab -c -r html > test/test.html && open test/test.html",
"doctoc": "doctoc API.md && doctoc Examples.md && doctoc RULESENGINE.md"
},
"repository": "git://github.com/xogroup/toki",
"keywords": [],
"license": "BSD-3-Clause",
"engines": {
"node": ">=6.x.x"
},
"bugs": {
"url": "https://github.com/xogroup/toki/issues"
},
"homepage": "https://github.com/xogroup/toki#readme",
"peerDependencies": {},
"dependencies": {
"bluebird": "3.4.x",
"boom": "4.2.x",
"hoek": "4.x",
"joi": "10.x",
"toki-config": "0.2.x",
"toki-logger": "1.x.x",
"toki-templater": "2.x.x"
},
"devDependencies": {
"code": "4.x",
"doctoc": "1.x",
"lab": "12.x",
"proxyquire": "1.7.x",
"sinon": "1.17.x"
}
}