forked from bradleygore/nativescript-textinputlayout
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.81 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.81 KB
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
{
"name": "nativescript-textinputlayout",
"version": "2.0.2",
"description": "A NativeScript plugin to provide an XML widget to implement the Material Design TextInputLayout.",
"main": "textInputLayout",
"typings": "textInputLayout.d.ts",
"nativescript": {
"platforms": {
"android": "3.4.0",
"ios": "3.4.0"
}
},
"scripts": {
"build": "tsc",
"demo.android": "npm run preparedemo; cd demo; tns run android",
"debug.android": "npm run preparedemo; cd demo; tns debug android --emulator --debug-brk",
"demo.ios": "npm run preparedemo; cd demo; tns run ios",
"debug.ios": "npm run preparedemo; cd demo; tns debug ios --emulator --debug-brk",
"preparedemo": "npm run build; cd demo; tns plugin remove nativescript-textinputlayout; 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/bradleygore/nativescript-textinputlayout"
},
"keywords": [
"NativeScript",
"native",
"script",
"float",
"floating label",
"android",
"TextInputLayout",
"Material Design",
"bradleygore"
],
"contributors": [],
"author": "Bradley Gore <bradley@bradleygore.com> (https://github.com/bradleygore)",
"license": "MIT",
"bugs": "https://github.com/bradleygore/nativescript-textinputlayout/issues",
"homepage": "https://github.com/bradleygore/nativescript-textinputlayout",
"readmeFilename": "README.md",
"devDependencies": {
"babel-traverse": "6.22.1",
"babel-types": "6.22.0",
"babylon": "6.15.0",
"lazy": "1.0.11",
"tns-core-modules": "^3.0.0",
"tns-platform-declarations": "^3.0.0",
"typescript": "2.3.4"
},
"peerDependencies": {
"tns-core-modules": "^3.0.0"
},
"dependencies": {}
}