-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.1 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
{
"name": "vleet",
"version": "0.2.5",
"description": "AirVantage systems fleet simulator",
"repository": "airvantage/vleet",
"author": {
"name": "Sebastien Moran",
"email": "smoran@sierrawireless.com"
},
"maintainers": [
{
"name": "Robert Jacolin",
"email": "rjacolin@sierrawireless.com"
},
{
"name": "François Couadau",
"email": "fcouadau@sierrawireless.com"
}
],
"license": "MIT",
"bin": "cli.js",
"engines": {
"node": ">=6"
},
"scripts": {
"test": "ava"
},
"keywords": [
"airvantage",
"system",
"fleet",
"simulator",
"mqtt"
],
"dependencies": {
"airvantage": "^2.1.0",
"bluebird": "^3.5.0",
"chance": "^0.7.6",
"commander": "^2.9.0",
"conzole": "^0.2.0",
"csv-stringify": "^1.0.4",
"jsonfile": "^2.2.3",
"lodash": "^4.17.19",
"moment": "^2.10.6",
"mqtt": "^1.3.5"
},
"devDependencies": {
"ava": "^0.19.1",
"eslint-plugin-ava": "^4.2.0",
"eslint-plugin-prettier": "^3.1.4",
"grunt-release": "^0.14.0",
"grunt": "^1.0.1",
"prettier": "^2.1.2"
}
}