forked from xdrip-js/Lookout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.49 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
{
"name": "Lookout",
"version": "2.0.8",
"description": "A web app for controlling and monitoring an Dexcom CGM via Lookout.",
"main": "index.js",
"scripts": {
"pretest": "./node_modules/.bin/eslint \"./**/*.js\"",
"test": "mocha"
},
"author": "Paul Dickens",
"license": "MIT",
"bin": {
"Lookout": "./index.js",
"lookout": "./lookout.js",
"lookout_fakemeter": "./lookout_fakemeter.sh",
"lookout_online": "./lookout_online.sh"
},
"dependencies": {
"angular": "1.8.0",
"angular-chart.js": "^1.1.1",
"angular-moment": "^1.3.0",
"angular-route": "1.7.0",
"angular-sanitize": "1.7.0",
"angular-socket-io": "^0.7.0",
"chart.js": "^2.9.4",
"chokidar": "^3.3.0",
"debug": "^4.1.0",
"express": "^4.17.1",
"lodash": "^4.17.21",
"mobile-angular-ui": "^1.3.4",
"moment": "^2.29.2",
"ngstorage": "^0.3.11",
"node-persist": "^2.1.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.8",
"socket.io": "^2.4.0",
"socket.io-client": "^2.3.0",
"xdrip-js": "github:xdrip-js/xdrip-js#v2.1.8",
"yargs": "^10.0.3"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-spies": "^0.7.1",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.2",
"mocha": "^5.2.0",
"should": "^13.2.1"
}
}