forked from robisim74/angular-l10n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.22 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
{
"name": "angular2localization",
"version": "0.7.1",
"description": "An Angular 2 library to translate messages, dates and numbers",
"main": "",
"scripts": {},
"keywords": [
"Angular2",
"TypeScript",
"Internationalization",
"i18n",
"Localization",
"l10n",
"Translate"
],
"author": "Roberto Simonetti",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/robisim74/angular2localization.git"
},
"bugs": {
"url": "https://github.com/robisim74/angular2localization/issues"
},
"homepage": "https://github.com/robisim74/angular2localization",
"typings": "./angular2localization.d.ts",
"dependencies": {
"@angular/common": "2.0.0-rc.1",
"@angular/compiler": "2.0.0-rc.1",
"@angular/core": "2.0.0-rc.1",
"@angular/http": "2.0.0-rc.1",
"systemjs": "0.19.27",
"es6-shim": "^0.35.0",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.6",
"zone.js": "^0.6.12"
},
"devDependencies": {
"typescript": "^1.8.10",
"gulp": "^3.9.1",
"del": "^2.2.0",
"systemjs-builder": "^0.15.16"
}
}