forked from yukesh0505/nativescript-iqkeyboardmanager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.93 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"_from": "nativescript-iqkeyboardmanager",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-ek7NwKb/vJCUebI7IAi606vyEykwZsmKSGdvtPSmxjnZle4iyW4w5iSCAAB2vmG19PgLViIXFb/+v8byLICLOg==",
"_location": "/nativescript-iqkeyboardmanager",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "nativescript-iqkeyboardmanager",
"name": "nativescript-iqkeyboardmanager",
"escapedName": "nativescript-iqkeyboardmanager",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/nativescript-iqkeyboardmanager/-/nativescript-iqkeyboardmanager-1.5.1.tgz",
"_shasum": "511b9c3aae89381bbaf77b5a627fd7d4ef072952",
"_spec": "nativescript-iqkeyboardmanager",
"_where": "/home/clofus/Documents/Development/plugins/nativescript-iqkeyboardmanager",
"author": {
"name": "TJ VanToll",
"email": "[email protected]",
"url": "http://tjvantoll.com/"
},
"bugs": {
"url": "https://github.com/tjvantoll/nativescript-IQKeyboardManager/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Eddy Verbruggen",
"email": "[email protected]"
}
],
"deprecated": false,
"description": "NativeScript wrapper of the popular IQKeyboardManager iOS library",
"devDependencies": {
"nativescript-dev-typescript": "~0.7.9",
"tns-core-modules": "~5.1.2",
"tns-platform-declarations": "~5.1.2",
"tslint": "^5.0.0",
"typescript": "~3.1.0"
},
"homepage": "https://github.com/tjvantoll/nativescript-IQKeyboardManager",
"keywords": [
"NativeScript"
],
"license": "MIT",
"main": "iqkeyboardmanager",
"name": "nativescript-iqkeyboardmanager",
"nativescript": {
"platforms": {
"ios": "3.0.0",
"android": "3.0.0"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/tjvantoll/nativescript-IQKeyboardManager.git"
},
"scripts": {
"build": "npm i && tsc",
"ci.tslint": "npm run tslint && npm run tslint.demo",
"demo.android": "npm run build && cd ../demo && tns run android --syncAllFiles",
"demo.ios": "npm run build && cd ../demo && tns run ios --emulator --syncAllFiles",
"demo.ios.device": "npm run build && cd ../demo && tns run ios --syncAllFiles",
"development.setup": "npm run setup && npm link && cd ../demo && npm link nativescript-iqkeyboardmanager && cd ../src",
"prepublishOnly": "npm run build",
"setup": "npm run build && cd ../demo && npm i",
"setupandinstall": "npm i && cd ../demo && npm i && cd ../src && npm run build && cd ../demo && tns plugin add ../src && cd ../src",
"tslint": "tslint --config '../tslint.json' '*.ts' --exclude '**/node_modules/**'",
"tslint.demo": "tslint --config '../tslint.json' '../demo/app/*.ts' --exclude '**/node_modules/**'"
},
"typings": "index.d.ts",
"version": "1.5.1"
}