forked from jeresig/i18n-node-2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 939 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
40
41
42
43
44
45
46
47
48
49
{
"name": "loc",
"description": "lightweight simple translation module with dynamic json storage",
"version": "0.6.0",
"author": "Andi Neck <[email protected]>",
"contributors": [
{
"name": "Andi Neck",
"email": "[email protected]"
}
],
"dependencies": {
"sprintf": ">=0.1.1",
"mkdirp": ">=0.3.5"
},
"devDependencies": {
"express": "~3.2.2",
"supertest": "~0.6.0",
"mocha": "~1.9.0",
"ejs": "~0.8.4"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"localization",
"localisation",
"translation",
"translate",
"internationalization",
"internationalisation",
"url",
"url location",
"express middleware",
"i18n",
"i10n",
"g11n",
"loc",
"rfc1766",
"rfc5646",
"rfc1766",
"bcp47"
],
"repository": "git://github.com/intesso/loc",
"main": "index",
"engines": {
"node": ">=0.8.0"
}
}