29 lines
719 B
JSON
29 lines
719 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-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",
|
|
"main-bower-files": "^2.6.2"
|
|
}
|
|
}
|