forked from Orange-OpenSource/sensorlab-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 853 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 853 Bytes
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
{
"name": "sensorlab-cli",
"version": "1.3.2",
"preferGlobal": true,
"directories": {
"bin": "./bin"
},
"description": "Sensorlab2 observers command line interface.",
"main": "sensorlab-cli.js",
"repository": {
"type": "git",
"url": "https://github.com/Orange-OpenSource/sensorlab-cli"
},
"keywords": [
"sensorlab2",
"cli",
"command",
"line",
"interface",
"observer"
],
"author": "Quentin Lampin <quentin.lampin@orange.com>",
"license": "MPL-2.0",
"dependencies": {
"debug": "^2.2.0",
"mdns-spawn": "^1.5.0",
"q": "^1.4.1",
"sensorlab-collector": "^1.0.0",
"sensorlab-commands": "^1.3.0",
"vorpal": "^1.10.10",
"vorpal-autocomplete-fs": "0.0.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-eslint": "^18.0.0",
"grunt-jsdoc": "^1.1.0"
}
}