-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
30 lines (30 loc) · 867 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
{
"name": "react-native-image-page",
"version": "0.5.0",
"description": "react-native image carousel",
"main": "./src/image-carousel.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "./node_modules/.bin/eslint src && ./node_modules/.bin/flow"
},
"author": "chilijung <[email protected]> (http://lijung.com/)",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-preset-react-native": "^2.1.0",
"eslint": "^4.2.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-react": "^7.1.0",
"flow-bin": "^0.49.1",
"react": "^15.6.1",
"react-native": "^0.46.2"
},
"dependencies": {
"react-native-carousel-view": "^0.5.1",
"react-native-image-zoom-viewer": "^2.0.6"
}
}