1 | {
|
2 | "name" : "polyglot"
|
3 | , "description" : "i18n module for express"
|
4 | , "keywords" : ["i18n", "L10n", "G11n","internationalization", "globalization", "localization", "templates"]
|
5 | , "author" : "Ricardo Tomasi <ricardobeat@gmail.com> (http://ricardo.cc/)"
|
6 | , "repository" : { "type": "git", "url": "git://github.com/ricardobeat/polyglot.git" }
|
7 | , "version" : "0.5.0"
|
8 | , "engines" : { "node": ">0.6" }
|
9 | , "dependencies" : { }
|
10 | , "scripts" : { "test": "mocha" }
|
11 | } |
\ | No newline at end of file |