-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
46 lines (46 loc) · 1.16 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
{
"name": "react-native-pixfactory-accordion",
"version": "0.2.3",
"description": "React Native Accordion implementation using react-native-collapsible",
"main": "PixAccordion.js",
"scripts": {
"test": "eslint *.js"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"mobile",
"ios",
"android",
"ui",
"collapse",
"collapsible",
"toggle",
"accordion"
],
"repository": {
"type": "git",
"url": "https://github.com/amine7536/react-native-pixfactory-accordion"
},
"bugs": {
"url": "https://github.com/amine7536/react-native-pixfactory-accordion/issues"
},
"author": "Amine Benseddik <amine.benseddik@pixelfactory.io>",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-preset-airbnb": "^2.0.0",
"babel-preset-react-native": "^1.9.0",
"eslint": "^5.0.0",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.2.0",
"eslint-plugin-react-native": "^2.0.0"
},
"dependencies": {
"react-native-collapsible": "^0.9.0"
}
}