-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 816 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 816 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
{
"name": "pxToVw",
"version": "1.0.0",
"description": "将px转换为vw,将所有移动设备的宽度都设置为750",
"main": "pxtorem.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fanyuedong/pxToRem.git"
},
"author": "fanyuedong",
"license": "ISC",
"bugs": {
"url": "https://github.com/fanyuedong/pxToVw/issues"
},
"homepage": "https://github.com/fanyuedong/pxToVw#readme",
"devDependencies": {
"browser-sync": "^2.26.5",
"eslint": "^5.7.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"gulp": "^4.0.0"
},
"dependencies": {
"gulp-autoprefixer": "^6.0.0",
"gulp-eslint": "^5.0.0",
"gulp-sass": "^4.0.2"
}
}