-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "BlussTV",
"version": "0.0.2",
"description": "Overlays for volleyball.",
"main": "server.js",
"author": "Øystein Veien",
"engines": {
"node": "8.9.4",
"npm": "5.6.0"
},
"prettier": {
"tabWidth": 4,
"useTabs": false,
"singleQuote": true,
"printWidth": 80,
"semi": true,
"trailingComma": "es5",
"arrowParens": "always"
},
"dependencies": {
"angular": "^1.6.2",
"angular-ui-bootstrap": "^2.5.0",
"async-iterate": "^1.0.1",
"body-parser": "^1.16.0",
"bootstrap": "^3.3.7",
"caspar-cg": "^0.1.0",
"cheerio": "latest",
"dotenv": "^4.0.0",
"express": "latest",
"ffdevices": "^0.1.1",
"formidable": "^1.1.1",
"http": "0.0.0",
"iconv-lite": "^0.4.15",
"jquery": "^3.1.1",
"node-cache": "^4.1.1",
"request": "latest",
"sanitize-filename": "^1.6.1",
"socket.io": "^1.7.3",
"socket.io-client": "^1.7.3"
}
}