-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
63 lines (63 loc) · 1.27 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
{
"name": "imp-central-impt",
"version": "2.6.1",
"description": "impt - command line tool for the Electric Imp impCentral API",
"main": "bin/impt",
"engines": {
"node": ""
},
"preferGlobal": "true",
"bin": {
"impt": "bin/impt"
},
"files": [
"/bin",
"/lib"
],
"repository": {
"type": "git",
"url": "https://github.com/electricimp/imp-central-impt.git"
},
"keywords": [
"electric",
"imp",
"impt",
"central",
"impCentral",
"api",
"v5",
"cli"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/electricimp/imp-central-impt/issues"
},
"homepage": "https://github.com/electricimp/imp-central-impt",
"dependencies": {
"@hapi/hoek": "^11.0.4",
"Builder": "^4.2.1",
"cli-spinner": "^0.2.10",
"colors": "^1.3.3",
"dateformat": "^3.0.3",
"glob": "^7.2.3",
"imp-central-api": "^1.7.0",
"lodash": "^4.17.21",
"osenv": "^0.1.5",
"prompt-sync": "4.1.6",
"random-words": "1.1.0",
"randomstring": "^1.1.5",
"sprintf-js": "^1.1.3",
"yargs": "^12.0.5"
},
"scripts": {
"test": "jasmine"
},
"devDependencies": {
"jasmine": "3.4.0",
"jasmine-expect": "latest",
"shelljs": "latest"
},
"yargs": {
"short-option-groups": false
}
}