-
Notifications
You must be signed in to change notification settings - Fork 101
/
package.json
56 lines (56 loc) · 1.4 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
50
51
52
53
54
55
56
{
"name": "react-native-atoz-list",
"version": "1.0.5",
"description": "High performance fixed height ListView to be used for a contact list or friends list in your application",
"main": "index.js",
"scripts": {
"test": "jest"
},
"author": "rgovindji@gmail.com",
"peerdependencies": {
"babel-plugin-syntax-trailing-function-commas": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-3": "^6.5.0",
"fbemitter": "^2.0.2",
"fbjs": "^0.8.2",
"immutable": "^3.8.1",
"invariant": "^2.2.1",
"lodash": "^4.12.0",
"react": "^0.14.8",
"react-native": "^0.25.1",
"react-native-swipe-actions": "^0.5.3"
},
"devDependencies": {
"babel-jest": "^12.0.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.3.13",
"jest-cli": "^12.0.2",
"prop-types": "^15.6.0"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"testFileExtensions": [
"js"
],
"moduleFileExtensions": [
"js",
"json"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/rgovindji/react-native-atoz-list.git"
},
"keywords": [
"selectlist",
"alphabetlist",
"contactlist"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/rgovindji/react-native-atoz-list/issues"
},
"homepage": "https://github.com/rgovindji/react-native-atoz-list#readme"
}