UNPKG

json-to-properties

Version:

A standalone utility to transform language files in JSON format into .properties files, and languages files in .properties format into JSON format.

37 lines (36 loc) 901 B
{ "name": "json-to-properties", "version": "1.1.3", "description": "A standalone utility to transform language files in JSON format into .properties files, and languages files in .properties format into JSON format.", "main": "src/index.js", "scripts": { "test": "mocha" }, "bin": { "json-to-properties": "src/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/jeanpaulattard/json-to-properties.git" }, "keywords": [ "json", "properties", "language", "translations", "i18n" ], "author": "JeanPaul Attard", "license": "MIT", "bugs": { "url": "https://github.com/jeanpaulattard/json-to-properties/issues" }, "homepage": "https://github.com/jeanpaulattard/json-to-properties#readme", "dependencies": { "commander": "2.9.0" }, "devDependencies": { "mocha": "3.2.0", "sinon": "2.1.0" } }