forked from xdrip-js/xdrip-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 800 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 800 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
32
33
34
{
"name": "xdrip-js",
"version": "0.1.0",
"description": "A nodejs package providing an interface for communicating with the G5 glucose transmitter over Bluetooth.",
"main": "index.js",
"scripts": {
"pretest": "jshint lib example test index.js",
"test": "mocha"
},
"author": "Paul Dickens",
"license": "MIT",
"dependencies": {
"angular": "^1.6.4",
"angular-route": "^1.6.4",
"angular-socket-io": "^0.7.0",
"crc": "^3.4.4",
"debug": "^2.6.6",
"express": "^4.15.2",
"mobile-angular-ui": "^1.3.4",
"socket.io": "^1.7.3",
"uuid": "^3.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"jshint": "^2.9.4",
"mocha": "^3.2.0"
},
"jshintConfig": {
"esversion": 6,
"node": true,
"expr": true,
"varstmt": true
}
}