-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 937 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
36
37
38
39
{
"private": true,
"name": "online-exchange-rate",
"version": "0.0.4",
"author": "quericy",
"contributors": [
"ttionya <[email protected]>"
],
"description": "一个在线获取实时汇率信息的货币计算器",
"homepage": "https://github.com/ppyTeam/onlineExchangeRate",
"repository": {
"type": "git",
"url": "git+https://github.com/ppyTeam/onlineExchangeRate.git"
},
"bugs": {
"url": "https://github.com/ppyTeam/onlineExchangeRate/issues"
},
"keywords": [
"utools",
"exchange",
"money"
],
"scripts": {
"clean": "gulp clean",
"build": "npm run clean && gulp",
"watch": "npm run clean && gulp watch"
},
"dependencies": {},
"devDependencies": {
"camel-case": "^4.1.1",
"ejs": "^3.0.1",
"gulp": "^4.0.2",
"gulp-ejs": "^5.0.0",
"gulp-prettier": "^2.3.0",
"gulp-rename": "^2.0.0",
"gulp-rimraf": "^1.0.0"
},
"license": "GPL V3"
}