forked from apache/cordova-plugin-statusbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.15 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
{
"_from": "git+https://github.com/MrLrx/cordova-plugin-startusbar.git",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "",
"_location": "/cordova-plugin-statusbar",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "https://github.com/MrLrx/cordova-plugin-startusbar.git",
"rawSpec": "https://github.com/MrLrx/cordova-plugin-startusbar.git",
"saveSpec": "git+https://github.com/MrLrx/cordova-plugin-startusbar.git",
"fetchSpec": "https://github.com/MrLrx/cordova-plugin-startusbar.git",
"gitCommittish": null
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "git+https://github.com/MrLrx/cordova-plugin-startusbar.git#0cea05c6b5f1c6cc094711ef3923b575170d2a86",
"_shasum": "fc1fbdc0d8d7033a7e8e1f1f7ff167ac9bd4faf6",
"_spec": "https://github.com/MrLrx/cordova-plugin-startusbar.git",
"_where": "E:\\EFOS-APP\\EFOS_APP_V4",
"author": {
"name": "Apache Software Foundation"
},
"bugs": {
"url": "https://issues.apache.org/jira/browse/CB"
},
"bundleDependencies": false,
"cordova": {
"id": "cordova-plugin-statusbar",
"platforms": [
"android",
"ios",
"wp7",
"wp8",
"windows"
]
},
"deprecated": false,
"description": "Cordova StatusBar Plugin",
"devDependencies": {
"jshint": "^2.6.0"
},
"engines": {
"cordovaDependencies": {
"0.1.0": {
"cordova": ">=3.0.0"
},
"3.0.0": {
"cordova": ">100"
}
}
},
"homepage": "https://github.com/apache/cordova-plugin-statusbar#readme",
"keywords": [
"cordova",
"statusbar",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-wp7",
"cordova-wp8",
"cordova-windows"
],
"license": "Apache-2.0",
"name": "cordova-plugin-statusbar",
"repository": {
"type": "git",
"url": "git+https://github.com/apache/cordova-plugin-statusbar.git"
},
"scripts": {
"jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint tests",
"test": "npm run jshint"
},
"types": "./types/index.d.ts",
"version": "2.4.2"
}