-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 983 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 983 Bytes
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
{
"name": "@oitmain/angular2-error-service",
"version": "0.0.3",
"description": "",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"prebuild": "rimraf ./dist ./compiled && mkdir dist",
"build": "ngc -p ./tsconfig.json && tsc -p ./tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oitmain/angular2-error-service.git"
},
"author": "Oitmain, Inc",
"license": "ISC",
"bugs": {
"url": "https://github.com/oitmain/angular2-error-service/issues"
},
"homepage": "https://github.com/oitmain/angular2-error-service#readme",
"peerDependencies": {},
"devDependencies": {},
"dependencies": {
"@angular/common": "2.4.5",
"@angular/compiler": "^2.4.5",
"@angular/compiler-cli": "^2.4.5",
"@angular/core": "^2.4.5",
"@angular/platform-browser": "2.4.5",
"@angular/platform-server": "^2.4.5",
"rimraf": "2.5.4",
"rxjs": "^5.0.3",
"typescript": "2.0.10"
}
}