-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.06 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.06 KB
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
{
"name": "gomoob.i18n",
"version": "1.0.0-alpha.4",
"description": "Polyglot.js extended to load JSON translation files and cache them.",
"main": "lib/i18n.js",
"repository": "gomoob/i18n",
"keywords": [
"i18n",
"locale",
"polyglot",
"transaltion",
"internationalization",
"multilingual",
"language",
"gomoob"
],
"author": {
"name": "GOMOOB SARL",
"email": "contact@gomoob.com",
"url": "http://www.gomoob.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/gomoob/i18n/issues"
},
"publishConfig": {
"registry":"https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "https://github.com/gomoob/i18n"
},
"dependencies": {
"jquery" : "^1.8.0 || ^2.0.0",
"node-polyglot": "^0.4.3"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.5",
"vinyl-buffer": "^1.0.0"
}
}