UNPKG

1.42 kBJSONView Raw
1{
2 "name": "react-native-collapsible",
3 "version": "0.11.3",
4 "description": "Animated collapsible component for React Native using the Animated API. Good for accordions, toggles etc",
5 "main": "Collapsible.js",
6 "types": "index.d.ts",
7 "scripts": {
8 "test": "eslint *.js"
9 },
10 "keywords": [
11 "react-native",
12 "react-component",
13 "react-native-component",
14 "react",
15 "mobile",
16 "ios",
17 "android",
18 "ui",
19 "collapse",
20 "collapsible",
21 "toggle",
22 "accordion"
23 ],
24 "repository": {
25 "type": "git",
26 "url": "https://oblador@github.com/oblador/react-native-collapsible.git"
27 },
28 "author": "Joel Arvidsson <joel@oblador.se>",
29 "license": "MIT",
30 "bugs": {
31 "url": "https://github.com/oblador/react-native-collapsible/issues"
32 },
33 "homepage": "https://github.com/oblador/react-native-collapsible",
34 "devDependencies": {
35 "babel-eslint": "^7.2.3",
36 "eslint": "^3.17",
37 "eslint-config-prettier": "^2.3.0",
38 "eslint-plugin-babel": "^4.1.1",
39 "eslint-plugin-flowtype": "^2.35.0",
40 "eslint-plugin-import": "^2.7.0",
41 "eslint-plugin-prettier": "^2.1.2",
42 "eslint-plugin-react": "^7.1.0",
43 "eslint-plugin-react-native": "^2.3.2",
44 "prettier": "^1.9.2",
45 "react": "16.3.1",
46 "react-native": "0.55.4"
47 },
48 "dependencies": {
49 "prop-types": "^15.5.10"
50 },
51 "peerDependencies": {
52 "react": "*",
53 "react-native": "*"
54 }
55}