forked from OP-Engineering/link-preview-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 965 Bytes
/
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
{
"name": "react-native-link-preview",
"version": "1.3.4",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [
"react-native"
],
"author": "Oscar Franco",
"license": "MIT",
"peerDependencies": {},
"repository": "https://github.com/ospfranco/react-native-link-preview",
"dependencies": {
"cheerio-without-node-native": "^0.20.1",
"cross-fetch": "0.0.8",
"es6-promise": "^4.2.4",
"url": "^0.11.0"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-jest": "^18.0.0",
"babel-loader": "^6.2.10",
"babel-polyfill": "^6.22.0",
"babel-preset-react-native": "^1.9.1",
"eslint": "^3.12.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.9.0",
"expect.js": "^0.3.1",
"jest": "^16.0.2"
}
}