-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 913 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 913 Bytes
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
{
"name": "react-native-easy-listview-gridview",
"description": "A wrapper library for ListView and GridView in React Native",
"version": "1.0.3",
"main": "lib/EasyListView.js",
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/danke77/react-native-easy-listview-gridview.git"
},
"bugs": {
"url": "https://github.com/danke77/react-native-easy-listview-gridview/issues"
},
"homepage": "https://github.com/danke77/react-native-easy-listview-gridview#readme",
"keywords": [
"react-native-component",
"react-component",
"react-native",
"listview",
"list",
"gridview",
"grid"
],
"scripts": {
"lint": "eslint -c .eslintrc . --ignore-path .gitignore",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "danke77",
"license": "MIT",
"dependencies": {
},
"devDependencies": {
}
}