-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 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
41
42
{
"name": "adate",
"version": "1.0.2",
"description": "JavaScript的Date对象工具",
"main": "dist/adate.module.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config build/webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HackerWand/ADate.git"
},
"keywords": [
"Date",
"JavaScript",
"Date",
"Date工具",
"ADate"
],
"author": "hackerwand",
"license": "MIT License",
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/runtime": "^7.7.4",
"babel-loader": "^8.0.6",
"babel-preset-latest": "^6.24.1",
"clean-webpack-plugin": "^3.0.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-merge": "^4.2.2"
},
"bugs": {
"url": "https://github.com/HackerWand/ADate/issues"
},
"homepage": "https://github.com/HackerWand/ADate#readme"
}