-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
52 lines (52 loc) · 1.09 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
50
51
52
{
"name": "counterpart",
"version": "0.18.6",
"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"
],
"scripts": {
"test": "make test",
"lint": "make lint"
},
"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.11",
"except": "^0.1.3",
"extend": "^3.0.0",
"pluralizers": "^0.1.7",
"sprintf-js": "^1.0.3"
},
"devDependencies": {
"jshint": "^2.5.10",
"mocha": "^2.0.1",
"time": "^0.11.1"
}
}