-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 939 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
{
"name": "react-weather",
"version": "1.0.0",
"private": false,
"dependencies": {
"dotenv": "^6.0.0",
"gh-pages": "^2.2.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-geolocated": "^2.3.0",
"react-scripts": "^1.1.4",
"superagent": "^3.8.2"
},
"homepage": "http://localhoax.github.io/react-weather",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"description": "React project for Weather using Geolocation and openweathermap API",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/frozen4code/react-weather.git"
},
"author": "frozen4code",
"license": "MIT",
"bugs": {
"url": "https://github.com/frozen4code/react-weather/issues"
}
}