brouter-web/package.json
2016-11-30 20:04:24 +01:00

32 lines
800 B
JSON

{
"name": "brouter-web",
"version": "0.5.0",
"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",
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-cached": "^1.0.4",
"gulp-concat": "^2.5.2",
"gulp-concat-css": "^2.1.2",
"gulp-debug": "^2.0.1",
"gulp-inject": "^1.2.0",
"gulp-minify-css": "^1.0.0",
"gulp-remember": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.5.1",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^1.1.0",
"gulp-if": "^2.0.0",
"gulp-util": "^3.0.7",
"main-bower-files": "^2.6.2"
}
}