aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gettext-parser/package.json
blob: 06bf16c58690387b1d489fea16a18605566b5852 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "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"
  ]
}