-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
32 lines (32 loc) · 1 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
{
"name": "react-native-card-media",
"version": "0.1.3",
"description": "Card Media component for React Native. Also supports multiple image layout.",
"main": "index.js",
"scripts": {
"test": "eslint *.js ./components/*.js ./example/*/*.js",
"flow": "flow"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/dondoko-susumu/react-native-card-media.git"
},
"author": "Ken Kubota <kkbt2003@gmail> (https://github.com/dondoko-susumu/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dondoko-susumu/react-native-card-media/issues"
},
"homepage": "https://github.com/dondoko-susumu/react-native-card-media#readme",
"devDependencies": {
"babel-eslint": "^7.2.0",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"flow-bin": "^0.56.0",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-native": "0.50.3"
}
}