forked from airbnb/polyglot.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 727 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 727 Bytes
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
{
"name": "node-polyglot",
"version": "0.4.1",
"description": "Give your JavaScript the ability to speak many languages.",
"main": "index.js",
"scripts": {
"test": "mocha --compilers coffee:coffee-script test/*.coffee --reporter spec"
},
"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>",
"devDependencies": {
"uglify-js": "1.3.3",
"docco": "0.4.0",
"mocha": "1.3.2",
"should": "1.2.1",
"coffee-script": "1.3.3"
},
"license": "BSD"
}