1
1
{
2
- "name" : " nativescript-checkbox" ,
3
- "version" : " 1.2.5" ,
4
- "description" : " NativeScript plugin for checkbox widget." ,
5
- "main" : " checkbox" ,
6
- "nativescript" : {
7
- "platforms" : {
8
- "android" : " 2.4.0" ,
2
+ "name" : " nativescript-checkbox" ,
3
+ "version" : " 1.2.5" ,
4
+ "description" : " NativeScript plugin for checkbox widget." ,
5
+ "main" : " checkbox" ,
6
+ "nativescript" : {
7
+ "platforms" : {
8
+ "android" : " 2.4.0" ,
9
9
"ios" : " 2.4.0"
10
- }
11
- },
12
- "scripts" : {
13
- "build" : " tsc" ,
14
- "copy.ios" : " cp -R checkbox.*.js demo/node_modules/nativescript-checkbox && cd demo && tns livesync ios --watch" ,
15
- "copy.android" : " cp -R checkbox.*.js demo/node_modules/nativescript-checkbox && cd demo && tns livesync android --watch" ,
16
- "buildrun" : " npm run build && cp -R checkbox.*.js demo/node_modules/nativescript-checkbox" ,
17
- "demo.ios" : " npm run preparedemo && cdcd demo && tns emulate ios" ,
18
- "demo.android" : " npm run preparedemo && cd demo && tns run android" ,
19
- "debug.ios" : " npm run preparedemo && cd demo && tns debug ios" ,
20
- "debug.android" : " npm run preparedemo && cd demo && tns debug android" ,
21
- "preparedemo" : " npm run build && cd demo && tns plugin remove nativescript-checkbox && tns plugin add .. && tns install" ,
22
- "setup" : " cd demo && npm install && cd .. && npm run build && cd demo && tns plugin add .. && cd .."
23
- },
24
- "repository" : {
25
- "type" : " git" ,
26
- "url" : " https://github.com/bradmartin/nativescript-checkbox.git"
27
- },
28
- "keywords" : [
29
- " NativeScript" ,
30
- " JavaScript" ,
31
- " TypeScript" ,
32
- " Android" ,
33
- " iOS" ,
34
- " Material Design" ,
35
- " CheckBox" ,
36
- " bradmartin" ,
37
- " thorum"
38
- ],
39
- "author" : {
40
- "name" : " Brad Martin" ,
41
-
42
- },
10
+ }
11
+ },
12
+ "scripts" : {
13
+ "build" : " tsc" ,
14
+ "copy.ios" : " cp -R checkbox.*.js demo/node_modules/nativescript-checkbox && cd demo && tns livesync ios --watch" ,
15
+ "copy.android" : " cp -R checkbox.*.js demo/node_modules/nativescript-checkbox && cd demo && tns livesync android --watch" ,
16
+ "buildrun" : " npm run build && cp -R checkbox.*.js demo/node_modules/nativescript-checkbox" ,
17
+ "demo.ios" : " npm run preparedemo && cd demo && tns emulate ios" ,
18
+ "demo.android" : " npm run preparedemo && cd demo && tns run android" ,
19
+ "debug.ios" : " npm run preparedemo && cd demo && tns debug ios" ,
20
+ "debug.android" : " npm run preparedemo && cd demo && tns debug android" ,
21
+ "preparedemo" : " npm run build && cd demo && tns plugin remove nativescript-checkbox && tns plugin add .. && tns install" ,
22
+ "setup" : " cd demo && npm install && cd .. && npm run build && cd demo && tns plugin add .. && cd .."
23
+ },
24
+ "repository" : {
25
+ "type" : " git" ,
26
+ "url" : " https://github.com/bradmartin/nativescript-checkbox.git"
27
+ },
28
+ "keywords" : [
29
+ " NativeScript" ,
30
+ " JavaScript" ,
31
+ " TypeScript" ,
32
+ " Android" ,
33
+ " iOS" ,
34
+ " Material Design" ,
35
+ " CheckBox" ,
36
+ " bradmartin" ,
37
+ " thorum"
38
+ ],
39
+ "author" : {
40
+ "name" : " Brad Martin" ,
41
+
42
+ },
43
43
"contributors" : [
44
44
{
45
45
"name" : " Nathan Walker" ,
46
46
47
47
"url" : " https://github.com/NathanWalker"
48
48
},
49
- {
49
+ {
50
50
"name" : " Steve McNiven-Scott" ,
51
51
52
52
"url" : " https://github.com/sitefinitysteve"
53
- },{
54
- "name" :" Osei Fortune" ,
55
-
56
- "url" : " https://github.com/triniwiz"
57
- }
53
+ },
54
+ {
55
+ "name" : " Osei Fortune" ,
56
+
57
+ "url" : " https://github.com/triniwiz"
58
+ }
58
59
],
59
- "bugs" : {
60
- "url" : " https://github.com/bradmartin/nativescript-checkbox/issues"
61
- },
62
- "license" :" MIT" ,
63
- "homepage" : " https://github.com/bradmartin/nativescript-checkbox" ,
64
- "readmeFilename" : " README.md" ,
65
- "devDependencies" : {
60
+ "bugs" : {
61
+ "url" : " https://github.com/bradmartin/nativescript-checkbox/issues"
62
+ },
63
+ "license" : " MIT" ,
64
+ "homepage" : " https://github.com/bradmartin/nativescript-checkbox" ,
65
+ "readmeFilename" : " README.md" ,
66
+ "devDependencies" : {
66
67
"tns-platform-declarations" : " ^2.0.0" ,
67
- "typescript" : " ^1.8.10"
68
- }
68
+ "typescript" : " ^1.8.10"
69
+ }
69
70
}
0 commit comments