-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 874 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
{
"name": "radar_nowcast",
"version": "1.0.0",
"description": "現在の天気をツイートするbot",
"main": "index.js",
"scripts": {
"start": "babel-node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matatsuna/radar_nowcast.git"
},
"keywords": [
"twitter",
"bot",
"天気",
"weather"
],
"author": "matatsuna <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/matatsuna/radar_nowcast/issues"
},
"homepage": "https://github.com/matatsuna/radar_nowcast#readme",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"cheerio": "^1.0.0-rc.2",
"gif-creation-service": "0.0.2",
"moment": "^2.22.2",
"node-fetch": "^2.2.0",
"twitter": "^1.7.1"
}
}