forked from Dean177/react-native-json-tree
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.51 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.51 KB
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
57
58
{
"author": "Dean Merchant <deanmerchant@gmail.com.com> (http://github.com/Dean177)",
"bugs": {
"url": "https://github.com/Dean177/react-native-json-tree/issues"
},
"contributors": [
"andytompkins",
"jsdario",
"patw0929",
"Swaagie"
],
"dependencies": {
"prop-types": "^15.6.0",
"react-base16-styling": "github:dean177/react-base16-styling#fbc6593"
},
"description": "React Native JSON viewing component, based on react-json-tree",
"devDependencies": {
"babel-eslint": "^7.2.2",
"babel-preset-react-native": "4.0.0",
"enzyme": "^2.8.2",
"eslint": "3.19.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",
"expect": "1.20.2",
"immutable": "3.8.1",
"jest": "21.2.1",
"react": "16.0.0-alpha.12",
"react-native": "0.48.4"
},
"homepage": "https://github.com/Dean177/react-native-json-tree",
"keywords": [
"react",
"react-native",
"json",
"tree",
"viewer"
],
"license": "MIT",
"main": "src/index.js",
"name": "react-native-json-tree",
"peerDependencies": {
"react": "15.x || >=16.0.0-alpha.6",
"react-native": ">=0.43.2"
},
"repository": {
"type": "git",
"url": "https://github.com/Dean177/react-native-json-tree.git"
},
"scripts": {
"flow": "flow",
"lint": "eslint --max-warnings=0 src test Example",
"test": "NODE_ENV=test jest",
"start": "cd Examples && npm start"
},
"version": "1.2.0"
}