-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
58 lines (58 loc) · 1.3 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
{
"name": "restify-conductor",
"version": "2.0.2",
"main": "lib/index.js",
"description": "an abstraction framework for building composable endpoints",
"homepage": "https://github.com/restify/conductor",
"author": {
"email": "[email protected]",
"name": "Alex Liu"
},
"repository": {
"type": "git",
"url": "https://github.com/restify/conductor"
},
"license": "MIT",
"files": [
"lib"
],
"keywords": [
"branching",
"conductor",
"express",
"react",
"render",
"restify",
"restify-conductor"
],
"scripts": {
"test": "make test"
},
"devDependencies": {
"chai": "^4.1.2",
"conventional-changelog-angular": "^5.0.1",
"conventional-recommended-bump": "^4.0.1",
"coveralls": "^3.0.2",
"documentation": "^8.1.2",
"eslint": "^5.5.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-prettier": "^2.6.2",
"mocha": "^5.2.0",
"nyc": "^13.0.1",
"prettier": "^1.14.2",
"sinon": "^6.2.0",
"unleash": "^2.0.1"
},
"dependencies": {
"assert-plus": "^0.1.5",
"bunyan": "^1.4.0",
"immutable": "^3.7.4",
"lodash": "^4.17.5",
"restify": "^7.2.1",
"restify-clients": "^2.5.2",
"restify-errors": "^6.1.1",
"toposort-class": "^0.3.1",
"urijs": "^1.17.0",
"vasync": "^1.6.3"
}
}