-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
48 lines (48 loc) · 1.04 KB
/
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
44
45
46
47
48
{
"name": "stonejs-tools",
"version": "1.5.0",
"description": "Tools for extracting/compiling translatable strings from Javascript/HTML source",
"main": "src/index.js",
"scripts": {
"test": "grunt lint test"
},
"repository": {
"type": "git",
"url": "https://github.com/flozz/stonejs-tools"
},
"directories": {
"bin": "./bin",
"lib": "./src"
},
"keywords": [
"internationalization",
"i18n",
"localization",
"l10n",
"po",
"translation",
"gettext",
"json"
],
"author": "Fabien LOISON <http://www.flozz.fr/>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/flozz/stonejs-tools/issues"
},
"dependencies": {
"async": "^3.2.0",
"cheerio": "^1.0.0-rc.3",
"cli": "^1.0.1",
"espree": "^9.0.0",
"gettext-parser": "^3.1.1",
"glob": "^8.0.3"
},
"devDependencies": {
"expect.js": "^0.3.1",
"grunt": "^1.1.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-jshint": "^3.2.0",
"grunt-mocha-test": "^0.13.3",
"mocha": "^10.2.0"
}
}