forked from nodeca/babelfish
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 799 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
{
"name": "babelfish",
"version": "1.1.2",
"description": "i18n with human friendly syntax",
"keywords": [
"i18n",
"l10n"
],
"homepage": "https://github.com/nodeca/babelfish",
"contributors": [
"Aleksey V Zapparov <[email protected]> (http://www.ixti.net/)",
"Vitaly Puzrin (https://github.com/puzrin)"
],
"license": "MIT",
"repository": "nodeca/babelfish",
"files": [
"index.js",
"lib/",
"dist/"
],
"scripts": {
"test": "make test"
},
"dependencies": {
"plurals-cldr": "~1.0.1"
},
"devDependencies": {
"browserify": "*",
"coveralls": "~2.11.2",
"eslint": "0.13.0",
"eslint-plugin-nodeca": "~1.0.3",
"istanbul": "*",
"mocha": "*",
"ndoc": "~3.1.0",
"pegjs": "~0.8.0",
"uglify-js": "*"
}
}