-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·44 lines (44 loc) · 1.09 KB
/
package.json
File metadata and controls
executable file
·44 lines (44 loc) · 1.09 KB
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
{
"name": "printer",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "start node service/printerWrapper.js & node --trace-warnings service/app.js"
},
"dependencies": {
"body-parser": "~1.15.1",
"config": "^1.21.0",
"cookie-parser": "^1.4.3",
"debug": "~2.2.0",
"diskspace": "^1.0.3",
"express": "~4.13.4",
"fs-extra": "^0.30.0",
"jade": "~1.11.0",
"jsonwebtoken": "^7.2.1",
"log4js": "^0.6.38",
"mongodb": "^2.2.26",
"morgan": "~1.7.0",
"multer": "^1.2.0",
"multiparty": "^4.1.2",
"power-off": "^1.1.2",
"serve-favicon": "~2.3.0",
"socket.io": "^1.4.8",
"telegraf": "^3.12.1",
"wifi-control": "^2.0.1",
"pi-camera": "~1.2.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-angular-gettext": "^2.2.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-html-replace": "^1.6.2",
"gulp-less": "^3.3.0",
"gulp-minify": "^1.0.0",
"gulp-sequence": "^0.4.6",
"gulp-uglify": "^3.0.0",
"gulp-uglifycss": "^1.0.8",
"merge-stream": "^1.0.1",
"yargs": "^8.0.2"
}
}