forked from airbnb/polyglot.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 879 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
39
{
"name": "node-polyglot",
"version": "2.4.0",
"description": "Give your JavaScript the ability to speak many languages.",
"main": "index.js",
"scripts": {
"prepublish": "safe-publish-latest",
"test": "mocha test/*.js --reporter spec",
"docs": "docco -o docs/ index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/airbnb/polyglot.js.git"
},
"keywords": [
"i18n",
"internationalization",
"internationalisation",
"translation",
"interpolation",
"translate",
"polyglot"
],
"author": "Spike Brehm <spike@airbnb.com>",
"dependencies": {
"warning": "^4.0.3"
},
"devDependencies": {
"chai": "^4.2.0",
"docco": "^0.7.0",
"mocha": "^3.5.3",
"safe-publish-latest": "^1.1.2",
"terser": "^5.3.8"
},
"license": "BSD-2-Clause",
"prettier": {
"singleQuote": true
}
}