31 строка
662 B
JSON
31 строка
662 B
JSON
{
|
|
"name": "lighthouse-extension",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"scripts": {
|
|
"watch": "gulp watch",
|
|
"build": "gulp build:production"
|
|
},
|
|
"devDependencies": {
|
|
"brfs": "^1.4.3",
|
|
"browserify": "^13.0.0",
|
|
"del": "^2.2.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-chrome-manifest": "0.0.13",
|
|
"gulp-debug": "^2.1.2",
|
|
"gulp-eslint": "^3.0.1",
|
|
"gulp-livereload": "^3.8.1",
|
|
"gulp-tap": "^0.1.3",
|
|
"gulp-util": "^3.0.7",
|
|
"gulp-zip": "^3.2.0",
|
|
"package-json-versionify": "^1.0.4",
|
|
"run-sequence": "^1.1.5",
|
|
"through2": "^2.0.1"
|
|
},
|
|
"dependencies": {
|
|
"lighthouse-logger": "^1.0.0"
|
|
}
|
|
}
|