forked from flozz/stonejs-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.07 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
49
{
"name": "stonejs-tools",
"version": "1.0.8",
"description": "Tools for extracting/compiling translatable strings from Javascript/HTML source",
"main": "src/index.js",
"scripts": {
"test": "grunt 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": "^1.3.0",
"cheerio": "^0.19.0",
"cli": "^0.8.0",
"espree": "^3.0.2",
"gettext-parser": "^1.1.1",
"glob": "^5.0.13"
},
"devDependencies": {
"expect.js": "^0.3.1",
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-yuidoc": "^0.8.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.2.5"
}
}