-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.01 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
{
"name": "angular-closure-compiler",
"version": "1.0.0",
"description": "Angular Google Closure Compiler",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/bleenco/angular-closure-compiler.git"
},
"devDependencies": {
"@angular/animations": "^4.3.5",
"@angular/common": "^4.3.5",
"@angular/compiler": "^4.3.5",
"@angular/compiler-cli": "^4.3.5",
"@angular/core": "^4.3.5",
"@angular/platform-browser": "^4.3.5",
"@angular/platform-server": "^4.3.5",
"@types/node": "^8.0.24",
"filesize": "^3.5.10",
"glob": "^7.1.2",
"google-closure-compiler": "^20170409.0.0",
"lite-server": "^2.3.0",
"rimraf": "^2.6.1",
"rxjs": "5.4.3",
"typescript": "~2.2",
"zone.js": "~0.8.16"
},
"scripts": {
"clean": "rimraf dist lib src/ngfactory",
"build:rxjs": "tsc -p vendor",
"build": "ngc && node ./build.js",
"prebuild": "npm run clean && npm run build:rxjs",
"start": "lite-server"
},
"license": "MIT"
}