-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.1 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.1 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
{
"name": "interhyp-angular-modules",
"version": "1.0.0",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/Interhyp/angular.git"
},
"bugs": {
"url": "https://github.com/Interhyp/angular/issues"
},
"homepage": "https://github.com/Interhyp/angular",
"dependencies": {},
"devDependencies": {
"@angular/common": "^5.2.8",
"@angular/core": "^5.2.8",
"@angular/forms": "^5.2.8",
"@angular/platform-browser": "^5.2.8",
"@angular/compiler-cli": "^5.2.8",
"@angular/compiler": "^5.2.8",
"@types/jasmine": "^2.8.6",
"@types/node": "^9.4.7",
"fuse-box": "^3.1.3",
"jasmine-core": "^3.1.0",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.1.1",
"ng-packagr": "^2.2.0",
"rxjs": "^5.5.7",
"ts-node": "^5.0.1",
"typescript": "^2.7.2",
"zone.js": "^0.8.20",
"karma-typescript": "^3.0.12"
},
"scripts": {
"build-module": "ts-node fuse.ts build-module",
"build-all-modules": "ts-node fuse.ts build-all-modules"
}
}