-
Notifications
You must be signed in to change notification settings - Fork 92
/
package.json
99 lines (99 loc) · 2.58 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
96
97
98
99
{
"name": "opensprinkler",
"version": "2.4.1",
"description": "Designed to allow intuitive control of the OpenSprinkler irrigation controller.",
"keywords": [
"sprinklers",
"opensprinkler",
"sprinkler",
"water"
],
"homepage": "https://github.com/OpenSprinkler/OpenSprinkler-App",
"bugs": {
"url": "https://github.com/OpenSprinkler/OpenSprinkler-App/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/OpenSprinkler/OpenSprinkler-App.git"
},
"license": "AGPL-3.0",
"author": "Samer Albahra",
"main": "index.html",
"scripts": {
"prepare": "husky",
"start": "npx http-server --port 8080 -c-1 ./www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"lint-staged": {
"package.json": "sort-package-json"
},
"devDependencies": {
"blanket": "^1.2.1",
"chai": "^4.3.7",
"codecov.io": "^0.1.6",
"cordova": "^12.0.0",
"cordova-android": "^12.0.0",
"cordova-androidx-build": "^1.0.4",
"cordova-ios": "^7.0.0",
"cordova-osx": "^7.0.0",
"cordova-plugin-3dtouch": "^1.3.8",
"cordova-plugin-geolocation": "^4.1.0",
"cordova-plugin-inappbrowser": "^5.0.0",
"cordova-plugin-networkinterface": "^2.2.0",
"cordova-plugin-statusbar": "^3.0.0",
"cordova-plugin-transport-security": "^0.1.2",
"coveralls": "^3.1.1",
"grunt": "^1.6.1",
"grunt-blanket-mocha": "^1.0.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-jscs": "^3.0.1",
"grunt-lib-phantomjs": "^1.1.0",
"grunt-shell": "^4.0.0",
"grunt-text-replace": "^0.4.0",
"http-server": "^14.1.1",
"husky": "^9.1.6",
"lcov-result-merger": "^4.1.0",
"lint-staged": "^15.2.10",
"lodash": "^4.17.19",
"mocha": "^10.2.0",
"po2json": "^0.4.5",
"sort-package-json": "^2.10.1",
"xcode": "^3.0.1"
},
"cordova": {
"plugins": {
"cordova-plugin-3dtouch": {},
"cordova-plugin-geolocation": {},
"cordova-plugin-networkinterface": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-transport-security": {},
"cordova-plugin-inappbrowser": {},
"cordova-androidx-build": {}
},
"platforms": [
"android",
"ios"
]
},
"no-edit-menu": true,
"phonegap": {
"id": "1371093"
},
"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",
"webkit": {
"page-cache": true
},
"window": {
"toolbar": false,
"width": 942,
"height": 512,
"title": "OpenSprinkler",
"icon": "res/ios-web/icons/icon.png",
"resizable": true,
"fullscreen": false,
"position": "center"
}
}