-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 780 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 780 Bytes
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
{
"name": "viper",
"version": "0.1.0",
"main": "server",
"description": "Real-time tracking and analytics using Node.js and Socket.IO",
"author": "Aaron Wood <aaronjwood@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/aaronjwood/viper.git"
},
"dependencies": {
"angular": "^1.6.2",
"angular-chart.js": "^1.1.1",
"body-parser": "^1.16.0",
"bootstrap": "^3.3.7",
"bootswatch": "^3.3.7",
"chart.js": "^2.5.0",
"compression": "^1.6.2",
"cookie-parser": "^1.4.3",
"express": "^4.14.1",
"express-load": "^1.1.15",
"geoip-lite": "^1.1.9",
"jquery": "^3.1.1",
"node-uuid": "^1.4.7",
"socket.io": "^1.7.2",
"ua-parser-js": "^0.7.12"
},
"engines": {
"node": ">= 5.0.x"
}
}