-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
33 lines (33 loc) · 855 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
{
"name": "react-native-item-cell",
"version": "1.6.2",
"description": "React Native default style iOS item cell",
"main": "ItemCell.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/APSL/react-native-item-cell.git"
},
"keywords": [
"react-native",
"react-component",
"ios"
],
"dependencies": {
"react-native-vector-icons": ">=1.0.4",
"react-addons-shallow-compare": "^15.3.1"
},
"author": "Alvaro Medina Ballester",
"license": "MIT",
"bugs": {
"url": "https://github.com/APSL/react-native-item-cell/issues"
},
"homepage": "https://github.com/APSL/react-native-item-cell#readme",
"devDependencies": {
"babel-eslint": "^4.1.3",
"eslint": "^1.6.0",
"eslint-plugin-react": "^3.5.1"
}
}