-
-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
40 lines (40 loc) · 845 Bytes
/
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
{
"name": "trevor",
"version": "2.4.1",
"description": "Your own Travis CI to run tests locally",
"license": "MIT",
"repository": "vadimdemedes/trevor",
"author": "Vadim Demedes <vdemedes@gmail.com",
"engines": {
"node": ">= 6"
},
"scripts": {
"test": "xo"
},
"files": [
"cli.js",
"lib"
],
"bin": "cli.js",
"dependencies": {
"arrify": "^1.0.1",
"chalk": "^1.1.3",
"cp-file": "^4.1.1",
"execa": "^0.6.0",
"fetch-node-release": "^1.0.0",
"figures": "^2.0.0",
"indent-string": "^3.1.0",
"load-json-file": "^2.0.0",
"lodash.kebabcase": "^4.1.1",
"log-update": "^1.0.2",
"meow": "^3.7.0",
"p-map": "^1.1.1",
"p-tap": "^1.0.0",
"pify": "^2.3.0",
"text-table": "^0.2.0",
"yamljs": "^0.2.8"
},
"devDependencies": {
"xo": "^0.17.1"
}
}