-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 886 Bytes
/
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
{
"name": "@natalia.li/react-native-nested-list",
"bin": {
"react-native-nested-list": "./index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/NataliaLinnik/react-native-nested-list"
},
"version": "0.2.2",
"description": "React Native Nested List",
"main": "index.js",
"files": [
"src"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"scripts": {
"release": "release-it",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"react",
"native",
"nestedlist",
"nestedview",
"nested",
"android",
"ios",
"simple"
],
"author": "Natalia Linnik",
"license": "MIT",
"homepage": "https://github.com/NataliaLinnik/react-native-nested-list",
"devDependencies": {
"release-it": "^14.10.0"
}
}