forked from NathanaelA/nativescript-platform-css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.44 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
{
"name": "nativescript-platform-css",
"version": "1.6.7",
"description": "A NativeScript plugin to deal with Declarative UI and Platform CSS",
"main": "platformcss",
"nativescript": {
"platforms": {
"android": "1.6.0",
"ios": "1.6.0"
},
"plugin": {
"nan": "false",
"pan": "true",
"core3": "true",
"category": "Processing"
}
},
"repository": {
"type": "git",
"url": "https://github.com/nathanaela/nativescript-platform-css.git"
},
"dependencies": {
"nativescript-globalevents": "latest",
"nativescript-platform": "latest"
},
"keywords": [
"NativeScript", "platform", "css", "ios", "android"
],
"author": {
"name": "Nathanael Anderson",
"email": "[email protected]"
},
"contributors": [
{
"name": "Steve McNiven-Scott",
"email": "[email protected]",
"url": "https://github.com/sitefinitysteve"
},
{
"name": "Dave Coffin",
"email": "[email protected]",
"url": "https://github.com/davecoffin"
},
{
"name": "Jonathan Salomon",
"email": "[email protected]",
"url": "https://github.com/abhayastudios"
}
],
"license": {
"type": "MIT",
"url": "https://github.com/nathanaela/nativescript-platform-css/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/nathanaela/nativescript-platform-css/issues"
},
"homepage": "https://github.com/nathanaela/nativescript-platform-css",
"readmeFilename": "README.md"
}