forked from openaps/openaps-js
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 688 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 688 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
{
"name": "openaps-js",
"version": "0.0.6",
"description": "openaps js plugins",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/openaps/openaps-js.git"
},
"keywords": [
"openaps"
],
"author": "Scott Leibrand",
"license": "MIT",
"bugs": {
"url": "https://github.com/openaps/openaps-js/issues"
},
"bin" : {
"calculate-iob" : "./bin/iob.js",
"determine-basal" : "./bin/determine-basal.js",
"send-tempbasal-Azure" : "./bin/sendtempbasal-Azure.js",
"get-profile" : "./bin/getprofile.js"
},
"homepage": "https://github.com/openaps/openaps-js"
}