-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.13 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
{
"name": "futu-commission-calculator",
"version": "2.0.11",
"description": "futu commission calculator (富途佣金计算器)",
"main": "./dist/index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "node_modules/.bin/webpack",
"test": "node test/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/futuweb/futu-commission-calculator.git"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"eslint": "^4.6.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-html": "^3.2.1",
"mem": ">=4.0.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.43.0",
"webpack-cli": "^4.2.0"
},
"author": "Yi-love",
"license": "ISC",
"homepage": "https://github.com/futuweb/futu-commission-calculator#readme",
"bugs": {
"url": "https://github.com/futuweb/futu-commission-calculator/issues"
}
}