UNPKG

loc

Version:

lightweight simple translation module with dynamic json storage

50 lines (49 loc) 939 B
{ "name": "loc", "description": "lightweight simple translation module with dynamic json storage", "version": "0.6.1", "author": "Andi Neck <andi.neck@intesso.com>", "contributors": [ { "name": "Andi Neck", "email": "andi.neck@intesso.com" } ], "dependencies": { "sprintf": ">=0.1.1", "mkdirp": ">=0.3.5" }, "devDependencies": { "ejs": "~0.8.4", "express": "~3.2.2", "mocha": "^2.2.5", "supertest": "~0.6.0" }, "scripts": { "test": "mocha" }, "keywords": [ "localization", "localisation", "translation", "translate", "internationalization", "internationalisation", "url", "url location", "express middleware", "i18n", "i10n", "g11n", "loc", "rfc1766", "rfc5646", "rfc1766", "bcp47" ], "repository": "git://github.com/intesso/loc", "main": "index", "engines": { "node": ">=0.8.0" } }