-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
43 lines (43 loc) · 1.18 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
{
"name": "react-native-opengraph-kit",
"version": "3.0.1",
"description": "A set of components and utils useful to extract opengraph data directly from your react-native app",
"main": "index.js",
"scripts": {
"test": "mocha --require babel-core/register --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Osedea/react-native-opengraph-kit.git"
},
"keywords": [
"react-native",
"opengraph",
"extractor",
"input"
],
"author": "Adrien Thiery <adrien.thiery@osedea.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Osedea/react-native-opengraph-kit/issues"
},
"homepage": "https://github.com/Osedea/react-native-opengraph-kit#readme",
"dependencies": {
"eslint": "^6.7.1",
"eslint-config-osedea": "^5.0.0",
"html-entities": "~1.2.0",
"lodash.debounce": "~4.0.8"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"babel-preset-react-native": "^4.0.1",
"chai": "^4.2.0",
"isomorphic-fetch": "^2.2.1",
"mocha": "^6.2.2",
"react": "16.9.0",
"react-native": "0.61.5"
}
}