forked from njwest/react-native-weather
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "react-native-weather",
"version": "0.2.14",
"description": "A React Native weather component, easily configurable via props.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stereu/react-native-weather.git"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-eslint": "^6.1.2",
"babel-jest": "^16.0.0",
"babel-preset-react-native": "^1.9.0",
"flow-bin": "0.40.0",
"jest": "17.0.0",
"react": "^16.0.0-alpha.3",
"react-native": "^0.43.0",
"react-test-renderer": "^15.3.2"
},
"keywords": [
"react",
"react native",
"weather",
"weather api",
"darksky.net",
"app widget",
"native app"
],
"author": {
"name": "Nick West & Stephan Reugels",
"email": "[email protected] & [email protected]"
},
"license": "CC-BY-3.0",
"bugs": {
"url": "https://github.com/stereu/react-native-weather/issues"
},
"homepage": "https://github.com/stereu/react-native-weather#readme"
}