-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.4 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
{
"name": "nativescript-bored-rudolph",
"version": "1.0.0",
"description": "NativeScript plugin for a custom hidden Rudolph game inside a pull-to-refresh layout.",
"main": "boredrudolph.js",
"typings": "boredrudolph.d.ts",
"nativescript": {
"platforms": {
"android": "2.0.0"
}
},
"scripts": {
"build": "tsc",
"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-bored-rudolph && tns plugin add .. && tns install",
"setup": "cd demo && npm install && cd .. && npm run build && cd demo && tns plugin add .. && cd .."
},
"repository": {
"type": "git",
"url": "https://github.com/bradmartin/nativescript-bored-rudolph.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"Android",
"bradmartin",
"thorum",
"Christmas",
"Rudolph",
"Bored Rudolph",
"pull refresh",
"TypeScript"
],
"author": {
"name": "Brad Martin",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/bradmartin/nativescript-bored-rudolph/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/bradmartin/nativescript-bored-rudolph/blob/master/LICENSE"
},
"homepage": "https://github.com/bradmartin/nativescript-bored-rudolph",
"readmeFilename": "README.md",
"devDependencies": {
"typescript": "^1.8.10"
}
}