UNPKG

gengojs

Version:

the best i18n middleware for Node.js

59 lines (58 loc) 1.35 kB
{ "name": "gengojs", "version": "1.0.0-alpha.5", "description": "the best i18n middleware for Node.js", "main": "./express/", "scripts": { "test": "gulp test" }, "dependencies": { "gengojs-core": "^0.3.19", "gengojs-default-pack": "^1.1.3" }, "repository": { "type": "git", "url": "https://github.com/gengojs/gengojs.git" }, "keywords": [ "i18n", "L10n", "translate", "gengo", "international", "express" ], "author": "iwatakeshi", "license": "MIT", "bugs": { "url": "https://github.com/gengojs/gengojs/issues" }, "homepage": "http://gengojs.com", "devDependencies": { "babel-preset-es2015": "^6.1.2", "chai": "^3.4.0", "express": "*", "gulp": "^3.9.0", "gulp-babel": "^6.1.0", "gulp-changelog": "^1.0.0", "gulp-gh-pages": "^0.5.4", "gulp-jsbeautify": "^0.1.1", "gulp-jshint": "^1.11.2", "gulp-mocha": "^2.1.3", "gulp-shell": "^0.5.0", "gulp-sourcemaps": "^1.6.0", "gulp-spawn-mocha": "^2.2.1", "hapi": "^11.0.2", "jade": "^1.11.0", "jshint-stylish": "^2.0.1", "koa": "^2.0.0-alpha.3", "koa-jade-render": "1.0.0", "lodash": "^3.10.1", "mocha": "^2.3.3", "node-version": "^1.0.0", "rimraf": "^2.4.3", "semver": "^5.0.3", "supertest": "^1.1.0", "vision": "^4.0.0" } }