UNPKG

gengojs-default-header

Version:

The default header plugin for gengojs

59 lines (58 loc) 1.44 kB
{ "name": "gengojs-default-header", "version": "0.1.5", "description": "The default header plugin for gengojs", "main": "src/index.js", "scripts": { "test": "gulp test" }, "repository": { "type": "git", "url": "https://github.com/gengojs/plugin-header.git" }, "keywords": [ "gengojs-plugin", "header", "accept-language" ], "author": { "name": "iwatakeshi" }, "license": "MIT", "bugs": { "url": "https://github.com/gengojs/plugin-header/issues" }, "homepage": "https://github.com/gengojs/plugin-header", "dependencies": { "gengojs-accept": "0.2.6", "gengojs-debug": "^2.0.4", "lodash": "^3.8.0" }, "devDependencies": { "babel": "^5.8.23", "chai": "^3.2.0", "express": "^4.12.3", "gengojs-core": "0.3.15", "gengojs-wrappify": "0.1.3", "gulp": "^3.9.0", "gulp-babel": "^5.2.1", "gulp-changelog": "^1.0.0", "gulp-gh-pages": "^0.5.2", "gulp-jsbeautify": "^0.1.1", "gulp-jshint": "^1.11.2", "gulp-mocha": "^2.1.3", "gulp-shell": "^0.4.3", "gulp-sourcemaps": "^1.5.2", "gulp-spawn-mocha": "^2.2.1", "hapi": "^10.1.0", "jshint-stylish": "^2.0.1", "koa": "^1.0.0", "mocha": "^2.3.3", "mr-doc": "git+https://github.com/mr-doc/mr-doc.git", "mr-doc-theme-cayman": "^1.0.3", "node-version": "^1.0.0", "rimraf": "^2.4.3", "semver": "^5.0.1", "supertest": "^1.0.1" } }