-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.58 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
{
"name": "nativescript-numberpicker",
"version": "1.0.3",
"description": "nativescript-numberpicker.",
"main": "numberpicker.js",
"nativescript": {
"platforms": {
"android": "2.3.0",
"ios": "2.3.0"
}
},
"scripts": {
"build": "tsc",
"lazyboy": "cd demo && tns prepare android && tns build android && cd ..",
"demo": "cd demo && tns plugin remove nativescript-numberpicker && tns plugin add .. && tns install",
"demo.ios": "npm run preparedemo && cd demo && tns emulate ios",
"demo.android": "npm run preparedemo && cd demo && tns run android",
"preparedemo": "npm run build && cd demo && tns plugin remove nativescript-numberpicker && tns plugin add .. && tns install",
"setup": "npm i && cd demo && npm i && cd .. && npm run build && cd demo && tns plugin add .. && cd .."
},
"repository": {
"type": "git",
"url": "https://github.com/robophil/nativescript-numberpicker.git"
},
"keywords": [
"NativeScript",
"Numberpicker",
"JavaScript",
"typescript",
"Android",
"iOS"
],
"author": {
"name": "Balogun oghenerobo Philip",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/robophil/nativescript-numberpicker/issues"
},
"license": "SEE LICENSE IN README.md",
"homepage": "https://github.com/robophil/nativescript-numberpicker",
"readmeFilename": "README.md",
"issues": "https://github.com/Robophil/nativescript-numberpicker/issues",
"devDependencies": {
"tns-core-modules": "^2.2.0",
"tns-platform-declarations": "^2.2.0",
"typescript": "^2.0.3"
}
}