Skip to content

Commit 61da746

Browse files
committed
Clean up
1 parent 379459d commit 61da746

File tree

1 file changed

+56
-55
lines changed

1 file changed

+56
-55
lines changed

package.json

Lines changed: 56 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,70 @@
11
{
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",
99
"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-
"email": "[email protected]"
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+
"email": "[email protected]"
42+
},
4343
"contributors": [
4444
{
4545
"name": "Nathan Walker",
4646
"email": "[email protected]",
4747
"url": "https://github.com/NathanWalker"
4848
},
49-
{
49+
{
5050
"name": "Steve McNiven-Scott",
5151
"email": "[email protected]",
5252
"url": "https://github.com/sitefinitysteve"
53-
},{
54-
"name":"Osei Fortune",
55-
"email": "[email protected]",
56-
"url": "https://github.com/triniwiz"
57-
}
53+
},
54+
{
55+
"name": "Osei Fortune",
56+
"email": "[email protected]",
57+
"url": "https://github.com/triniwiz"
58+
}
5859
],
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": {
6667
"tns-platform-declarations": "^2.0.0",
67-
"typescript": "^1.8.10"
68-
}
68+
"typescript": "^1.8.10"
69+
}
6970
}

0 commit comments

Comments
 (0)