aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gettext-parser/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/gettext-parser/package.json
parent3771b4d6b67b34c130f3a9a1a15f42deefdb2eda (diff)
downloadwallet-core-cc97a4dd2a967e1c2273bd5f4c5f49a5bf2e2585.tar.xz
remove node_modules
Diffstat (limited to 'node_modules/gettext-parser/package.json')
-rw-r--r--node_modules/gettext-parser/package.json33
1 files changed, 0 insertions, 33 deletions
diff --git a/node_modules/gettext-parser/package.json b/node_modules/gettext-parser/package.json
deleted file mode 100644
index 06bf16c58..000000000
--- a/node_modules/gettext-parser/package.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "gettext-parser",
- "description": "Parse and compile gettext po and mo files to/from json, nothing more, nothing less",
- "version": "1.1.0",
- "author": "Andris Reinman",
- "homepage": "http://github.com/andris9/gettext-parser",
- "repository": {
- "type": "git",
- "url": "http://github.com/andris9/gettext-parser.git"
- },
- "scripts": {
- "test": "grunt"
- },
- "main": "./index",
- "license": "MIT",
- "dependencies": {
- "encoding": "^0.1.11"
- },
- "devDependencies": {
- "chai": "^1.10.0",
- "grunt": "^0.4.5",
- "grunt-contrib-jshint": "^0.10.0",
- "grunt-mocha-test": "^0.12.7",
- "mocha": "^2.1.0"
- },
- "keywords": [
- "i18n",
- "l10n",
- "gettext",
- "mo",
- "po"
- ]
-}