aboutsummaryrefslogtreecommitdiff
path: root/node_modules/po2json/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-03-27 21:01:33 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-03-27 21:01:33 +0100
commitcc97a4dd2a967e1c2273bd5f4c5f49a5bf2e2585 (patch)
tree92c5d88706a6ffc654d1b133618d357890e7096b /node_modules/po2json/package.json
parent3771b4d6b67b34c130f3a9a1a15f42deefdb2eda (diff)
downloadwallet-core-cc97a4dd2a967e1c2273bd5f4c5f49a5bf2e2585.tar.xz
remove node_modules
Diffstat (limited to 'node_modules/po2json/package.json')
-rw-r--r--node_modules/po2json/package.json79
1 files changed, 0 insertions, 79 deletions
diff --git a/node_modules/po2json/package.json b/node_modules/po2json/package.json
deleted file mode 100644
index b62511662..000000000
--- a/node_modules/po2json/package.json
+++ /dev/null
@@ -1,79 +0,0 @@
-{
- "name": "po2json",
- "description": "Convert PO files to JSON",
- "version": "0.4.5",
- "homepage": "https://github.com/mikeedwards/po2json",
- "author": {
- "name": "Joshua I. Miller",
- "email": "unrtst@cpan.org"
- },
- "contributors": [
- {
- "name": "Zach Carter",
- "email": "zcarter@cse.usf.edu"
- },
- {
- "name": "Daniel Roberts",
- "email": "danielrobertsdesign@gmail.com"
- },
- {
- "name": "Mike Edwards",
- "email": "michael.edwards@huffingtonpost.com"
- },
- {
- "name": "Illimar Tambek",
- "email": "illimar@sliptree.com"
- },
- {
- "name": "mahata",
- "email": "mahata777@gmail.com"
- },
- {
- "name": "Szigetvári Áron"
- },
- {
- "name": "rafalt-iRonin"
- },
- {
- "name": "Alex Petty",
- "email": "pettyalex@gmail.com"
- }
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/mikeedwards/po2json.git"
- },
- "bugs": {
- "url": "https://github.com/mikeedwards/po2json/issues"
- },
- "licenses": [
- {
- "type": "GNU Library General Public License",
- "url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html"
- }
- ],
- "bin": {
- "po2json": "bin/po2json"
- },
- "main": "./lib/po2json",
- "engines": {
- "node": ">= 0.8.0"
- },
- "scripts": {
- "test": "nodeunit test/"
- },
- "devDependencies": {
- "nodeunit": "*",
- "jed": "~1.0.2"
- },
- "keywords": [
- "i18n",
- "l10n",
- "gettext",
- "po"
- ],
- "dependencies": {
- "nomnom": "1.8.1",
- "gettext-parser": "1.1.0"
- }
-}