brouter-web/package.json
2018-09-01 15:03:14 +02:00

42 lines
1.2 KiB
JSON

{
"name": "brouter-web",
"version": "0.6.3",
"description": "Web client for BRouter",
"main": "js/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/nrenner/brouter-web.git"
},
"license": "MIT",
"browserslist": "> 0.5%, last 2 versions, Firefox ESR, not dead, Explorer >= 10, Android >= 4.1, Safari >= 7, iOS >= 7",
"devDependencies": {
"autoprefixer": "^8.1.0",
"bower": "^1.8.4",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-bump": "^2.7.0",
"gulp-cached": "^1.0.4",
"gulp-concat": "^2.5.2",
"gulp-concat-css": "^2.1.2",
"gulp-confirm": "^1.0.6",
"gulp-debug": "^2.0.1",
"gulp-git": "^2.2.0",
"gulp-github-release": "^1.2.1",
"gulp-if": "^2.0.0",
"gulp-inject": "^1.2.0",
"gulp-minify-css": "^1.0.0",
"gulp-postcss": "^7.0.1",
"gulp-remember": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.5.1",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.7",
"gulp-zip": "^4.0.0",
"main-bower-files": "^2.6.2"
}
}