-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
92 lines (92 loc) · 2.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "recink",
"version": "1.15.4",
"description": "Rethink CI for JavaScript applications",
"keywords": [
"REciNK",
"Runner",
"Testing",
"End2End",
"Unit",
"Terraform",
"Development",
"Codeclimate",
"Tools",
"Coverage"
],
"homepage": "https://github.com/MitocGroup/recink",
"bugs": {
"url": "https://github.com/MitocGroup/recink/issues"
},
"license": "MPL-2.0",
"author": {
"name": "Mitoc Group",
"email": "[email protected]",
"url": "https://www.mitocgroup.com"
},
"contributors": [
{
"name": "AlexanderC",
"email": "[email protected]"
}
],
"bin": {
"recink": "./bin/cli.js"
},
"main": "src/recink.js",
"repository": {
"type": "git",
"url": "https://github.com/MitocGroup/recink.git"
},
"scripts": {
"docs": "npm run docs:diagram && npm run docs:api",
"docs:diagram": "node node_modules/.bin/dependo -f cjs src/ > docs/module-diagram.html",
"docs:api": "rm -rf docs/api && node node_modules/.bin/esdoc",
"postinstall": "node node-bin/ensure-peer-dependencies.js"
},
"dependencies": {
"aws-sdk": "^2.198.0",
"caporal": "^0.9.0",
"chai": "^4.1.2",
"chalk": "^1.1.3",
"columnify": "^1.5.4",
"dot-object": "^1.7.0",
"fs-extra": "^5.0.0",
"global-modules": "^1.0.0",
"istanbul": "^0.4.5",
"jag": "^1.0.14",
"md5-file": "^3.1.1",
"md5-hex": "^2.0.0",
"merge": "^1.2.0",
"mocha": "^5.0.3",
"ora": "^1.2.0",
"package-hash": "^2.0.0",
"pify": "^3.0.0",
"pretty-bytes": "^4.0.2",
"print": "^1.0.2",
"progress-stream": "^2.0.0",
"readdir-enhanced": "^1.5.2",
"resolve-package": "^1.0.1",
"sandboxed-module": "git+https://github.com/MitocGroup/node-sandboxed-module.git#v2.0.5",
"sinon": "git+https://github.com/MitocGroup/sinon.git",
"yaml-js": "^0.1.5",
"yamljs": "^0.2.10"
},
"peerDependencies": {
"twig": "^1.10.5",
"travis-lint": "^1.0.0",
"travis-encrypt": "git+https://github.com/MitocGroup/node-travis-encrypt.git",
"github-slug": "^2.0.0",
"parse-github-repo-url": "^1.4.0"
},
"devDependencies": {
"dependo": "^0.1.6",
"esdoc": "^0.5.2",
"esdoc-node": "^1.0.2"
},
"engines": {
"node": ">=6.0",
"npm": ">=3.0"
},
"preferGlobal": true
}