-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 897 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
34
35
36
37
38
39
40
41
42
43
{
"name": "jspot",
"version": "0.3.17",
"description": "Extracts gettext strings from Javascript files into pot files",
"main": "./lib/index.js",
"bin": {
"jspot": "./lib/cli.js"
},
"scripts": {
"test": "./utils/test.sh test/"
},
"keywords": [
"xgettext",
"internationalization",
"i18n",
"gettext",
"po",
"pot"
],
"author": "Praekelt Foundation",
"license": "BSD",
"devDependencies": {
"jshint": "~2.13",
"mocha": "~9.2",
"tmp": "~0.2.0"
},
"repository": {
"type": "git",
"url": "git://github.com/praekelt/jspot.git"
},
"bugs": {
"url": "https://github.com/praekelt/jspot/issues"
},
"dependencies": {
"falafel": "~2.1",
"gettext-parser": "~0.2.0",
"handlebars": ">=3.0.0",
"moment": "~2.29.2",
"commander": "~8.3.0",
"po2json": "~1.0.0-beta-3",
"underscore": "~1.12.1"
}
}