forked from anvilresearch/connect-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.2 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
{
"name": "anvil-connect-cli",
"version": "0.1.17",
"description": "CLI for Anvil Connect",
"main": "index.js",
"scripts": {
"test": "eslint ."
},
"bin": {
"nvl": "./bin/nvl"
},
"author": {
"name": "Christian Smith",
"email": "smith@anvil.io",
"url": "http://anvil.io"
},
"repository": {
"type": "git",
"url": "https://github.com/anvilresearch/connect-cli.git"
},
"license": "MIT",
"engines": {
"node": ">=4.2.3"
},
"dependencies": {
"anvil-connect-keys": "^0.1.0",
"anvil-connect-nodejs": "^0.2.5",
"async": "^1.4.0",
"cardinal": "^0.5.0",
"chalk": "^1.0.0",
"cli-table": "^0.3.1",
"fs-extra": "^0.24.0",
"inquirer": "^0.10.0",
"js-yaml": "^3.4.2",
"lodash": "^3.10.1",
"lx-valid": "^0.5.6",
"mkdirp": "^0.5.0",
"nash": "^2.0.0",
"qs": "^5.0.0",
"request": "^2.61.0",
"request-promise": "^0.4.3",
"semver": "^5.0.1",
"underscore.string": "^3.1.1",
"update-notifier": "^0.5.0",
"yeoman-environment": "^1.2.7",
"yeoman-generator": "^0.20.2"
},
"devDependencies": {
"eslint": "^1.3.1",
"eslint-config-standard": "^4.3.2",
"eslint-plugin-standard": "^1.3.0"
}
}