-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.48 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.48 KB
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
51
52
53
54
55
56
57
58
{
"name": "open60",
"version": "1.0.0",
"description": "Android Bluetooth client for the Mini60 antenna analyzer",
"main": "index.js",
"dependencies": {
"@babel/polyfill": "^7.0.0-beta.44",
"bootstrap": "^4.0.0",
"chart.js": "^2.7.2",
"chartjs-plugin-annotation": "^0.5.7",
"cordova-android": "7.1.0",
"cordova-browser": "^5.0.3",
"cordova-custom-config": "^5.0.2",
"cordova-ios": "~4.5.4",
"cordova-plugin-bluetooth-serial": "^0.4.7",
"cordova-plugin-toaster": "0.0.2",
"cordova-plugin-whitelist": "^1.3.3",
"hammerjs": "^2.0.8",
"jquery": "^3.3.1",
"popper.js": "^1.14.1",
"rxjs": "^5.5.8",
"web": "0.0.2"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.44",
"@babel/preset-env": "^7.0.0-beta.44",
"babel-loader": "^8.0.0-beta.2",
"del": "^3.0.0",
"gulp": "^4.0.0",
"mkdirp": "^0.5.1",
"webpack": "^4.4.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ishmal/open60.git"
},
"author": "Bob Jamison, KS5D",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ishmal/open60/issues"
},
"homepage": "https://github.com/ishmal/open60#readme",
"cordova": {
"platforms": [
"ios",
"browser",
"android"
],
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-toaster": {},
"cordova-plugin-bluetooth-serial": {}
}
}
}