-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
33 lines (33 loc) · 918 Bytes
/
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
{
"name": "NightScoutCGM",
"version": "0.0.0",
"main": "index.js",
"description": "Download Dexcom data on almost any platform Chrome runs on.",
"private": true,
"scripts": {
"postinstall": "bower install",
"build": "if [ -d \"./dist\" ]; then rm -rf ./dist; fi; broccoli build ./dist",
"test": "broccoli serve",
"start": "broccoli serve"
},
"repository": {
"type": "git",
"url": "https://github.com/nightscout/chrome-uploader.git"
},
"engines": {
"node": ">= 0.10.0"
},
"author": "Brian Bosh <bbosh@alternateinterior.com>",
"license": "Unknown",
"bugs": {
"url": "https://github.com/nightscout/chrome-uploader/issues"
},
"dependencies": {
"broccoli": "0.12.1",
"broccoli-es6-concatenator": "~0.1.6",
"broccoli-file-mover": "~0.3.5",
"broccoli-merge-trees": "0.1.3",
"broccoli-static-compiler": "0.1.4"
},
"devDependencies": {}
}