UNPKG

1.8 kBJSONView Raw
1{
2 "name": "ng2-translate",
3 "description": "An implementation of angular translate for Angular 2",
4 "scripts": {
5 "test": "tsc && karma start",
6 "test-watch": "tsc && karma start --no-single-run --auto-watch",
7 "commit": "npm run prepublish && git-cz",
8 "prepublish": "typings install && tsc && node make.js",
9 "semantic-release": "semantic-release pre && npm publish && semantic-release post"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/ocombe/ng2-translate.git"
14 },
15 "keywords": [
16 "angular",
17 "angular2",
18 "translate",
19 "i18n"
20 ],
21 "author": "Olivier Combe",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/ocombe/ng2-translate/issues"
25 },
26 "main": "ng2-translate.js",
27 "typings": "./ng2-translate.d.ts",
28 "homepage": "https://github.com/ocombe/ng2-translate",
29 "peerDependencies": {
30 "angular2": "^2.0.0-beta.0",
31 "es6-promise": "^3.0.2",
32 "es6-shim": "^0.33.3",
33 "reflect-metadata": "^0.1.2",
34 "rxjs": "^5.0.0-beta.0",
35 "zone.js": "^0.5.10"
36 },
37 "devDependencies": {
38 "angular2": "2.0.0-beta.7",
39 "commitizen": "~2.5.0",
40 "cz-conventional-changelog": "~1.1.4",
41 "es6-promise": "^3.0.2",
42 "es6-shim": "^0.33.3",
43 "jasmine-core": "~2.4.1",
44 "karma": "~0.13.15",
45 "karma-chrome-launcher": "~0.2.2",
46 "karma-firefox-launcher": "~0.1.7",
47 "karma-jasmine": "~0.3.6",
48 "karma-typescript-preprocessor": "0.0.21",
49 "reflect-metadata": "0.1.2",
50 "rxjs": "5.0.0-beta.2",
51 "semantic-release": "~4.3.5",
52 "systemjs": "~0.19.22",
53 "systemjs-builder": "^0.15.9",
54 "tsd": "^0.6.5",
55 "typescript": "^1.8.0",
56 "typings": "^0.6.8",
57 "zone.js": "0.5.15"
58 },
59 "czConfig": {
60 "path": "node_modules/cz-conventional-changelog"
61 },
62 "version": "1.9.0"
63}
\No newline at end of file