Skip to content

Commit 035fe53

Browse files
author
Javier Morant
committed
Created package.json
1 parent 8656618 commit 035fe53

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "react-native-nested-listview",
3+
"version": "0.0.1",
4+
"description": "Nested Listview for React native",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/javierM84/react-native-nested-listview.git"
12+
},
13+
"keywords": [
14+
"react",
15+
"native",
16+
"list",
17+
"nested"
18+
],
19+
"author": "Javier Morant",
20+
"license": "MIT",
21+
"bugs": {
22+
"url": "https://github.com/javierM84/react-native-nested-listview/issues"
23+
},
24+
"homepage": "https://github.com/javierM84/react-native-nested-listview#readme"
25+
}

0 commit comments

Comments
 (0)