cli-locale
Version:
Utilities for working with LC environment variables
34 lines (33 loc) • 793 B
JSON
{
"name": "cli-locale",
"version": "0.2.0",
"description": "Utilities for working with LC environment variables",
"author": "muji <noop@xpm.io>",
"repository": {
"type": "git",
"url": "https://github.com/freeformsystems/cli-locale"
},
"bugs": {
"url": "https://github.com/freeformsystems/cli-locale/issues"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/freeformsystems/cli-locale/blob/master/LICENSE"
}],
"keywords": [
"cli",
"environment",
"lc",
"locale"
],
"devDependencies": {
"mocha": "~1.17.0",
"chai": "~1.8.1",
"istanbul": "~0.2.4"
},
"engine": [ "node >= 0.10.21" ],
"scripts": {
"test": "istanbul cover _mocha -- -u bdd --recursive --reporter list -A test/unit/"
},
"config" : {}
}