forked from Cox-Automotive/alks-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.62 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
{
"name": "alks",
"version": "3.0.9",
"description": "CLI for working with ALKS",
"main": "bin/alks",
"scripts": {
"test": "./node_modules/.bin/mocha ./test"
},
"engines": {
"node": ">=4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Cox-Automotive/ALKS-CLI.git"
},
"license": "MIT",
"preferGlobal": true,
"bin": {
"alks": "bin/alks"
},
"author": {
"name": "Cox Automotive",
"email": "[email protected]",
"url": "https://github.com/Cox-Automotive/"
},
"bugs": {
"url": "https://github.com/Cox-Automotive/ALKS-CLI/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Cox-Automotive/ALKS-CLI/blob/master/COPYING"
}
],
"keywords": [
"alks"
],
"dependencies": {
"alks-node": "^0.9.2",
"async": "^2.0.0-rc.6",
"chmod": "^0.2.1",
"cli-color": "^1.1.0",
"cli-table3": "^0.5.0",
"clortho": "https://github.com/Cox-Automotive/clortho/archive/1.2.3.tar.gz",
"commander": "^2.9.0",
"crypto": "0.0.3",
"fuzzy": "^0.1.1",
"inquirer": "^6.0.0",
"left-pad": "^1.1.3",
"lokijs": "^1.5.1",
"moment": "^2.13.0",
"node-netrc": "^0.1.0",
"npm-registry-client": "^7.1.2",
"opn": "^5.3.0",
"prop-ini": "0.0.2",
"request": "^2.72.0",
"semver": "^5.3.0",
"underscore": "^1.8.3",
"underscore.string": "^3.3.4",
"universal-analytics": "^0.4.8"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3"
},
"optionalDependencies": {
"express": "^4.16.2",
"express-list-endpoints": "^3.0.1",
"forever": "^2.0.0"
}
}