-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
43 lines (39 loc) · 983 Bytes
/
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
{
"name": "nativescript-status-bar",
"version": "1.2.0",
"description": "A simple NativeScript plugin for controlling status bar visibility.",
"main": "status-bar.js",
"nativescript": {
"platforms": {
"ios": "2.3.0",
"android": "2.3.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/PeterStaev/NativeScript-Status-Bar"
},
"keywords": [
"NativeScript",
"StatusBar",
"tangra"
],
"author": "Peter Staev <[email protected]>",
"contributors": [
"Adrian Pluta (https://github.com/aplut)",
"Paul Weber (https://github.com/000panther)"
],
"license": "Apache-2.0",
"devDependencies": {
"typescript": "2.0.6",
"tslint": "3.15.1",
"tns-core-modules": "2.3.0",
"tns-platform-declarations": "2.3.0",
"grunt": "0.4.5",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-clean": "1.0.0",
"grunt-ts": "5.5.1",
"grunt-tslint": "3.3.0",
"grunt-exec": "1.0.1"
}
}