This repository was archived by the owner on Jul 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.53 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
{
"name": "device-manager",
"version": "1.13.0",
"description": "Device manager",
"scripts": {
"start": "nodemon src/main.coffee",
"develop": "NODE_ENV=dev nodemon src/main.coffee",
"device": "NODE_ENV=dev_device gulp",
"device-install": "NODE_ENV=dev_device gulp install",
"test": "coffeetape test/*.test.coffee | tap-summary",
"test-dev": "NODE_ENV=development nodemon test/*.test.* --exec coffeetape test/*.test.coffee | tap-summary",
"test-debug": "NODE_ENV=development nodemon test/*.test.coffee --exec coffeetape test/*.test.coffee | tap-spec",
"deploy": "coffee --output build --compile src"
},
"repository": {
"type": "git",
"url": "[git@git.viriciti.com:10022]:device/updater-device.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"coffeetape": "^1.0.1",
"gulp": "^3.9.1",
"gulp-shell": "^0.6.5",
"leaked-handles": "^5.2.0",
"nodemon": "^1.17.3",
"rsync": "^0.6.1",
"supports-color": "^5.4.0",
"tap-spec": "^4.1.1",
"tap-summary": "^4.0.0",
"tape": "^4.9.0"
},
"dependencies": {
"async": "^2.6.0",
"coffee-script": "^1.12.7",
"config": "^1.30.0",
"debug": "^3.1.0",
"device-mqtt": "^1.0.10",
"dockerode": "^2.5.5",
"jsonstream2": "^1.1.1",
"moment": "^2.22.1",
"node-schedule": "^1.3.0",
"pump": "^3.0.0",
"request": "^2.85.0",
"retry": "^0.12.0",
"semver": "^5.5.0",
"socket.io-client": "^2.1.0",
"string": "^3.3.3",
"underscore": "^1.9.0",
"winston": "^2.4.2"
}
}