UNPKG

gengojs-default-memory

Version:

The default memory backend plugin for gengojs

59 lines (58 loc) 1.41 kB
{ "name": "gengojs-default-memory", "version": "0.2.1", "description": "The default memory backend plugin for gengojs", "main": "src/index.js", "scripts": { "test": "gulp test" }, "repository": { "type": "git", "url": "https://github.com/gengojs/plugin-backend.git" }, "keywords": [ "i18n", "i10n", "translate", "gengo", "gengojs", "gengojs-plugin" ], "author": { "name": "iwatakeshi" }, "license": "MIT", "bugs": { "url": "https://github.com/gengojs/plugin-backend/issues" }, "homepage": "https://github.com/gengojs/plugin-backend", "dependencies": { "gengojs-debug": "^2.0.4", "glob": "^5.0.15", "globwatcher": "^1.4.0", "js-yaml": "^3.4.3", "lodash": "^3.10.1", "read-json": "^1.0.0", "toml": "^2.3.0" }, "devDependencies": { "chai": "^3.4.0", "gengojs-core": "0.3.19", "grunt": "^0.4.5", "grunt-contrib-watch": "^0.6.1", "grunt-simple-mocha": "^0.4.0", "gulp": "^3.9.0", "gulp-babel": "^5.3.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", "jshint-stylish": "^2.0.1", "mr-doc": "git+https://github.com/mr-doc/mr-doc.git", "mr-doc-theme-cayman": "^1.0.3", "rimraf": "^2.4.3" } }