mirror of
https://github.com/zhigang1992/AlwaysHTTPS.git
synced 2026-01-12 22:38:17 +08:00
48 lines
995 B
JSON
48 lines
995 B
JSON
{
|
|
"name": "alwayshttps",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.7.2",
|
|
"babel-preset-es2015": "^6.6.0",
|
|
"del": "^2.2.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-babel": "^6.1.2",
|
|
"gulp-cache": "^0.4.3",
|
|
"gulp-chrome-manifest": "0.0.13",
|
|
"gulp-clean-css": "^2.0.3",
|
|
"gulp-eslint": "^2.0.0",
|
|
"gulp-if": "^2.0.0",
|
|
"gulp-imagemin": "^2.4.0",
|
|
"gulp-livereload": "^3.8.1",
|
|
"gulp-load-plugins": "^1.2.0",
|
|
"gulp-htmlmin": "^1.3.0",
|
|
"gulp-size": "^2.1.0",
|
|
"gulp-sourcemaps": "^1.6.0",
|
|
"gulp-uglify": "^1.5.3",
|
|
"gulp-useref": "^3.0.8",
|
|
"gulp-zip": "^3.2.0",
|
|
"main-bower-files": "^2.11.1",
|
|
"run-sequence": "^1.1.5",
|
|
"wiredep": "^4.0.0"
|
|
},
|
|
"eslintConfig": {
|
|
"env": {
|
|
"node": true,
|
|
"browser": true
|
|
},
|
|
"globals": {
|
|
"chrome": true
|
|
},
|
|
"rules": {
|
|
"eol-last": 0,
|
|
"quotes": [
|
|
2,
|
|
"single"
|
|
]
|
|
}
|
|
}
|
|
}
|