forked from zaach/jsxgettext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 836 Bytes
/
package.json
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
{
"author": "Jean CARRIERE <[email protected]>",
"name": "tk-jsxgettext",
"version": "0.1.0",
"description": "Extracts gettext strings from JavaScript, Embeded JS (_ templates) and Handlebars files.",
"keywords": [
"i18n",
"internationalization",
"gettext",
"xgettext"
],
"homepage": "https://github.com/zaach/jsxgettext",
"main": "lib/jsxgettext.js",
"bin": "lib/cli.js",
"preferGlobal": true,
"dependencies": {
"acorn": "0.9.0",
"gettext-parser": "0.2.0",
"commander": "2.5.0",
"jade": "0.30.0",
"escape-string-regexp": "1.0.1",
"handlebars": "^1.3.0",
"glob": "4.3.1"
},
"devDependencies": {
"jshint": "2.5.5",
"test": "*",
"i18n-abide": "0.0.17"
},
"scripts": {
"test": "node ./node_modules/jshint/bin/jshint . && node test"
}
}