-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 822 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 822 Bytes
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": "ReservoirTaiwan",
"version": "1.0.0",
"description": "台灣水庫儲存量圖像表",
"main": "libs/reservoir.js",
"scripts": {
"test": "./node_modules/.bin/mocha -t 5000"
},
"repository": {
"type": "git",
"url": "https://github.com/washwashsleep/TaiwanReservoirAPI.git"
},
"keywords": [
"水庫",
"儲存量"
],
"author": "Simon Sun",
"license": "MIT",
"bugs": {
"url": "https://github.com/washwashsleep/TaiwanReservoirAPI/issues"
},
"homepage": "https://github.com/washwashsleep/TaiwanReservoirAPI",
"dependencies": {
"async": "^0.9.0",
"cheerio": "^0.19.0",
"debug": "^2.1.3",
"express": "^4.12.3",
"moment": "^2.9.0",
"node-schedule": "^0.2.6",
"request": "^2.53.0"
},
"devDependencies": {
"mocha": "^2.2.1"
}
}