-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.38 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.38 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@novivia/localization",
"role": "localization",
"version": "0.1.3",
"engines": {
"node": ">=4",
"npm": ">=3"
},
"license": "SEE LICENSE IN LICENSE.md",
"description": "Novivia localization utilities.",
"authors": [
"Mathieu M-Gosselin <mathieumg@novivia.com>"
],
"repository": {
"type": "git",
"url": "git@github.com:Novivia/modules.localization.git"
},
"main": "index.js",
"novivia-builder": {
"babelPatterns": [
"config/**/*.js",
"FrontendLocaleManager.js"
],
"compileTargets": {
"uglify": true
}
},
"novivia-tester": {
"environment": "jsdom"
},
"scripts": {
"build": "novivia-builder build",
"lint": "novivia-linter lint .",
"pub": "novivia-builder publish",
"release": "novivia-builder release",
"test": "novivia-tester"
},
"devDependencies": {
"@novivia/babel": "^1.0.2",
"@novivia/build-module": "^0.5.2",
"@novivia/linter": "^1.10.1",
"@novivia/tester": "^1.1.0"
},
"dependencies": {
"common-tags": "^1.4.0",
"filesize": "^3.5.6",
"i18next": "^8.0.0",
"i18next-browser-languagedetector": "^1.0.1",
"i18next-callback-backend": "^1.0.0-alpha.1",
"i18next-express-middleware": "^1.0.4",
"i18next-localstorage-cache": "^1.1.0",
"intl": "^1.2.5",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"moment-timezone": "^0.5.13"
}
}