-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 942 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 942 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
36
{
"name": "4oie",
"version": "0.1.0",
"description": "Universal guide page for upgrading older versions of Internet Explorer",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --open --config webpack.dev.config.js",
"build": "webpack --config webpack.prod.config.js",
"watch": "webpack --watch --config webpack.dev.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/heeroluo/4oie.git"
},
"keywords": [
"upgrade",
"ie"
],
"author": {
"name": "Mr.Luo",
"email": "heeroluo@126.com",
"url": "https://mrluo.life/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/heeroluo/4oie/issues"
},
"homepage": "https://github.com/heeroluo/4oie#readme",
"devDependencies": {
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.2",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.3"
}
}