-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.12 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
{
"name": "test-engine",
"version": "0.1.0",
"description": "Demand a Node or npm version to run your app.",
"homepage": "https://github.com/sholladay/test-engine",
"main": "index.js",
"author": {
"name": "Seth Holladay",
"url": "http://seth-holladay.com",
"email": "[email protected]"
},
"scripts": {
"test": "xo && ava"
},
"repository": {
"type": "git",
"url": "[email protected]:sholladay/test-engine.git"
},
"bugs": {
"url": "https://github.com/sholladay/test-engine/issues",
"email": "[email protected]"
},
"engines": {
"node": ">=7"
},
"license": "MPL-2.0",
"files": [
"index.js"
],
"dependencies": {
"bin-version": "^2.0.0",
"pkg-conf": "^2.0.0",
"semver": "^5.3.0"
},
"devDependencies": {
"ava": "^0.18.1",
"eslint-config-tidy": "^0.4.0",
"xo": "^0.18.0"
},
"keywords": [
"engine",
"engines",
"engineStrict",
"engine-test",
"strict",
"bin",
"version",
"versions",
"bin-version",
"check",
"assert",
"test",
"compatible",
"semver"
],
"xo": {
"extend": "tidy"
}
}