-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
63 lines (57 loc) · 1.34 KB
/
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "angular2-i18next-fork",
"version": "1.0.6",
"license": "MIT",
"keywords": [
"angular",
"angular2",
"i18next",
"angular2-i18next",
"ng2-i18next"
],
"author": "Oliver Sass",
"scripts": {
"clean": "npm cache clean",
"ngc-build": "node_modules/.bin/ngc -p tsconfig.json",
"deploy": "npm install && npm run ngc-build && npm publish ./"
},
"dependencies": {
"i18next": "2.5.1",
"i18next-xhr-backend": "0.5.3"
},
"peerDependencies": {
"@angular/core": "~2.2.2",
"ts-smart-logger": "~0.0.4",
"core-js": "~2.4.1",
"rxjs": "~5.0.0-beta.12",
"zone.js": "~0.6.25"
},
"devDependencies": {
"@angular/compiler-cli": "~2.2.2",
"@angular/compiler": "~2.2.2",
"@angular/core": "~2.2.2",
"ts-smart-logger": "~0.0.4",
"typescript": "~2.0.8",
"@types/core-js": "~0.9.34",
"@types/node": "~6.0.46",
"core-js": "~2.4.1",
"rxjs": "~5.0.0-beta.12",
"zone.js": "~0.6.25",
"gulp": "3.9.0",
"i18next-parser": "0.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/olliaustor/angular2-i18next.git"
},
"bugs": {
"url": "https://github.com/olliaustor/angular2-i18next/issues"
},
"module": "index.js",
"typings": "index.d.ts",
"main": "index.js",
"engines": {
"node": ">= 6.5",
"npm": ">= 3"
}
}