-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
36 lines (36 loc) · 921 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
{
"name": "react-native-components-viewer",
"version": "1.0.3",
"description": "Viewer for React Native components. Useful for visual testing.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/machadogj/react-native-components-viewer.git"
},
"keywords": [
"react",
"react",
"native",
"javascript",
"ios",
"android",
"tests"
],
"author": "Gustavo Machado <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/machadogj/react-native-components-viewer/issues"
},
"homepage": "https://github.com/machadogj/react-native-components-viewer",
"dependencies": {
"react-native-layout-tester": "^1.0.5"
},
"devDependencies": {
"babel-eslint": "^6.1.0",
"eslint": "^3.0.1",
"eslint-plugin-react": "^5.2.2"
}
}