-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·35 lines (35 loc) · 916 Bytes
/
package.json
File metadata and controls
executable file
·35 lines (35 loc) · 916 Bytes
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
{
"name": "react-native-embed-instagram",
"version": "0.1.1",
"keywords": [
"react",
"instagram",
"embed"
],
"homepage": "https://github.com/Kobidl/react-native-embed-instagram",
"repository": {
"type": "git",
"url": "https://github.com/Kobidl/react-native-embed-instagram.git"
},
"private": false,
"scripts": {
"test": "jest --coverage --forceExit",
"flow": "./node_modules/.bin/flow; test $? -eq 0 -o $? -eq 2"
},
"dependencies": {},
"devDependencies": {
"babel-jest": "^19.0.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-react-native-stage-0": "^1.0.1",
"chai": "^3.5.0",
"flow-bin": "^0.42.0",
"imagemagick": "^0.1.3",
"jest": "^19.0.2",
"jest-cli": "^19.0.2",
"react-test-renderer": "~15.4.0"
},
"jest": {
"verbose": true,
"testRegex": "/__tests__/(.*)test_([a-z0-9_.-]+)\\.js$"
}
}