-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
executable file
·34 lines (34 loc) · 916 Bytes
/
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
{
"name": "picamserver",
"version": "0.0.1",
"description": "My raspberry Pi 0 + picam node server",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jordi Anderl",
"dependencies": {
"@types/body-parser": "^1.16.5",
"@types/cookie-parser": "^1.4.1",
"@types/express": "^4.0.37",
"@types/morgan": "^1.7.33",
"@types/path-parse": "^1.0.19",
"@types/serve-favicon": "^2.2.29",
"@types/socket.io": "^1.4.30",
"body-parser": "~1.17.1",
"bootstrap": "^4.0.0-beta",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"eslint": "^4.8.0",
"express": "^4.16.0",
"jquery": "^3.2.1",
"morgan": "~1.8.1",
"popper": "^1.0.0",
"popper.js": "^1.12.5",
"pug": "^2.0.0-rc.4",
"serve-favicon": "~2.4.2",
"socket.io": "^2.0.3",
"typescript": "^2.5.3"
}
}