forked from emoncms/cordova-emon-devices
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.65 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
51
52
53
54
{
"name": "org.openenergymonitor.devices",
"displayName": "Emon Devices",
"version": "1.0.0",
"description": "Find and add EmonCMS compatible devices on your network",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
},
"keywords": [
"ecosystem:cordova",
"emoncms"
],
"author": "Emrys Roberts",
"license": "Apache-2.0",
"dependencies": {
"@red-mobile/cordova-plugin-networkinterface": "^2.0.2",
"browser-sync": "^2.26.12",
"cheerio": "^1.0.0-rc.3",
"cordova-browser": "^6.0.0",
"csp-parse": "0.0.2",
"q": "^1.5.1"
},
"devDependencies": {
"clean-jsdoc-theme": "^2.2.13",
"cordova-android": "^9.0.0",
"cordova-plugin-add-swift-support": "^2.0.2",
"cordova-plugin-advanced-http": "^3.0.1",
"cordova-plugin-device": "^2.0.3",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-inappbrowser": "^4.0.0",
"cordova-plugin-network-information": "^2.0.2",
"cordova-plugin-whitelist": "^1.3.4",
"cordova-plugin-wifiwizard2": "file:../../test/WifiWizard2",
"cordova-plugin-zeroconf": "^1.4.2",
"es6-promise-plugin": "^4.1.0",
"jaguarjs-jsdoc": "^1.1.0"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-browsersync": {},
"cordova-plugin-networkinterface": {},
"cordova-plugin-zeroconf": {},
"cordova-plugin-advanced-http": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-device": {},
"cordova-plugin-network-information": {},
"wifiwizard2": {}
},
"platforms": []
}
}