forked from martinandert/counterpart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.02 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": "counterpart",
"version": "0.17.0",
"description": "A translation and localization library for Node.js and the browser",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/martinandert/counterpart.git"
},
"keywords": [
"globalization",
"g11n",
"internationalization",
"i18n",
"localization",
"l10n",
"translation",
"translate",
"localize"
],
"author": {
"name": "Martin Andert",
"email": "[email protected]"
},
"contributors": [
{
"name": "Callum Jefferies",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/martinandert/counterpart/issues"
},
"homepage": "https://github.com/martinandert/counterpart",
"dependencies": {
"date-names": "^0.1.4",
"except": "^0.1.3",
"extend": "^3.0.0",
"pluralizers": "^0.1.1",
"sprintf-js": "^1.0.3"
},
"devDependencies": {
"jshint": "^2.5.10",
"mocha": "^2.0.1",
"time": "^0.11.1"
}
}