forked from OpenSprinkler/OpenSprinkler-App
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.67 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "OpenSprinkler",
"author": "Samer Albahra",
"license": "AGPL-3.0",
"phonegap": {
"id": "1371093"
},
"version": "2.1.2",
"description": "Designed to allow intuitive control of the OpenSprinkler irrigation controller.",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/OpenSprinkler/OpenSprinkler-App.git"
},
"keywords": [
"sprinklers",
"opensprinkler",
"sprinkler",
"water"
],
"bugs": {
"url": "https://github.com/OpenSprinkler/OpenSprinkler-App/issues"
},
"homepage": "https://github.com/OpenSprinkler/OpenSprinkler-App",
"window": {
"toolbar": false,
"width": 942,
"height": 512,
"title": "OpenSprinkler",
"icon": "res/ios-web/icons/icon.png",
"resizable": true,
"fullscreen": false,
"position": "center"
},
"webkit": {
"page-cache": true
},
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36",
"no-edit-menu": true,
"devDependencies": {
"blanket": "^1.2.1",
"chai": "^4.2.0",
"codecov.io": "^0.1.6",
"coveralls": "^3.0.4",
"grunt": "^1.0.4",
"grunt-blanket-mocha": "^1.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.5.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-jscs": "^3.0.1",
"grunt-lib-phantomjs": "^1.1.0",
"grunt-shell": "^3.0.1",
"grunt-text-replace": "^0.4.0",
"lcov-result-merger": "^3.1.0",
"lodash": "^4.17.13",
"mocha": "^6.1.4",
"xcode": "2.0.0"
},
"cordova": {
"plugins": {
"cordova-plugin-3dtouch": {},
"cordova-plugin-geolocation": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-networkinterface": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-transport-security": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-camera": {}
},
"platforms": [
"android",
"ios"
]
},
"dependencies": {
"cordova-android": "^8.0.0",
"cordova-ios": "^5.0.0",
"cordova-plugin-3dtouch": "^1.3.6",
"cordova-plugin-camera": "^4.1.0",
"cordova-plugin-geolocation": "^4.0.1",
"cordova-plugin-inappbrowser": "^3.0.0",
"cordova-plugin-networkinterface": "^2.0.0",
"cordova-plugin-splashscreen": "^5.0.3",
"cordova-plugin-statusbar": "^2.4.3",
"cordova-plugin-transport-security": "^0.1.2",
"cordova-plugin-whitelist": "^1.3.4"
}
}