forked from joshswan/react-native-autolink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.5 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "react-native-autolink",
"version": "1.5.1",
"description": "Autolinking component for React Native",
"author": "Josh Swan <[email protected]>",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/joshswan/react-native-autolink"
},
"bugs": {
"url": "https://github.com/joshswan/react-native-autolink/issues"
},
"keywords": [
"react native",
"autolinking",
"autolink",
"linking"
],
"files": [
"src/",
"LICENSE",
"README.md"
],
"scripts": {
"lint": "eslint src/**/*.js test/**/*.js",
"test": "mocha --require react-native-mock/mock --require test/setup.js --compilers js:babel-core/register --recursive test/*.js"
},
"dependencies": {
"autolinker": "^1.7.0",
"prop-types": "^15.6.0"
},
"devDependencies": {
"add": "^2.0.6",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-preset-react-native": "^4.0.0",
"chai": "^4.1.2",
"enzyme": "^3.2.0",
"enzyme-adapter-react-15": "^1.0.5",
"eslint": "^4.11.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"mocha": "^4.0.1",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-native": "^0.50.3",
"react-native-mock": "^0.3.1",
"react-test-renderer": "^15.6.2",
"sinon": "^4.1.2",
"yarn": "^1.3.2"
},
"peerDependencies": {
"react-native": ">=0.25.0"
},
"license": "MIT"
}