forked from Wizcorp/gettextlight.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 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
{
"name": "gettextlight",
"description": "Lightweight GetText for Javascript",
"homepage": "https://github.com/Wizcorp/gettextlight.js",
"keywords": ["string", "locale", "localization", "i18n", "browser"],
"author": "Wizcorp (http://www.wizcorp.jp)",
"contributors": [
"Micky Brunetti <[email protected]> (https://github.com/micky2be)",
"Julien Cayzac <[email protected]> (http://julien.cayzac.name)"
],
"bugs": {
"url" : "http://github.com/Wizcorp/gettextlight.js/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/Wizcorp/gettextlight.js.git"
},
"main": "lib/index.js",
"bin": {
"update-po-files": "./bin/update-po-files.js"
},
"version": "1.1.0",
"engines": {
"node": ">=0.4.12"
},
"dependencies": {
"FolderTraversal": "git://github.com/jcayzac/FolderTraversal.git#0.0.2",
"optimist": "~0.3.1",
"esprima": "git://github.com/ariya/esprima.git#1.0.0"
},
"devDependencies": {
"jshint": "1.0.0"
},
"scripts": {
"lint": "find {lib,bin} -iname '*.js' -exec node_modules/.bin/jshint --config .jshint {} +"
},
"license": "MIT"
}