-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.09 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-instagram-media",
"version": "1.3.1",
"description": "An <InstagramMedia /> component for React and React Native.",
"main": "./src/index.js",
"scripts": {
"test": "jest"
},
"jest": {
"automock": false,
"setupFiles": [
"./jest.setup.js"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/filipemerker/react-native-instagram-media.git"
},
"keywords": [
"instagram",
"react",
"react-native",
"image",
"video",
"social"
],
"author": "Filipe Merker",
"license": "MIT",
"bugs": {
"url": "https://github.com/filipemerker/react-native-instagram-media/issues"
},
"homepage": "https://github.com/filipemerker/react-native-instagram-media#readme",
"dependencies": {
"react": "^16.12.0"
},
"peerDependencies": {},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"babel-jest": "^25.1.0",
"jest": "^25.1.0",
"react-test-renderer": "^16.13.0",
"whatwg-fetch": "^3.0.0"
}
}