-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
49 lines (49 loc) · 1.31 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": "mao-rn-android-kit",
"version": "0.5.0",
"author": "maolion.j@gmail.com",
"description": "为 React Native 开发 提供的一些Android原生模块/组件 (react native, CoordinatorLayout, AppBarLayout, TabLayout, NestedScrollView, PopupWindow)",
"keywords": [
"mao-rn-android-kit",
"react-native",
"react native",
"android",
"support design",
"AppBarLayout",
"NestedScrollView",
"CoordinatorLayout",
"PopupWindowAndroid",
"NestedScrollView",
"PopupWindow",
"Gravity",
"Dimensions"
],
"bugs": {
"url": "https://github.com/maolion/mao-rn-android-kit/issues"
},
"main": "./index.js",
"typings": "./index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/maolion/mao-rn-android-kit.git"
},
"homepage": "https://github.com/maolion/mao-rn-android-kit",
"scripts": {
"start": "tsc --watch",
"tslint": "tslint",
"lint": "tslint -p tsconfig.json -c tslint.json --type-check",
"build": "npm run lint && tsc --declaration",
"debug": "./scripts/debug.sh",
"deploy": "./scripts/deploy.sh",
"prepublishOnly": "exit 1"
},
"dependencies": {
"react-mixins-decorator": "^0.1.18"
},
"devDependencies": {
"tslint": "^5.1.0",
"typescript": "^2.2.2",
"vts": "^5.0.1"
}
}