-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
53 lines (53 loc) · 1.27 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
45
46
47
48
49
50
51
52
53
{
"name": "angular-rollup",
"version": "2.0.5",
"description": "cli for building angular with closure compiler and rollup",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/steveblue/angular2-rollup.git"
},
"keywords": [
"angular",
"javascript",
"framework",
"cli"
],
"author": "Steve Belovarich",
"license": "MIT",
"bugs": {
"url": "https://github.com/steveblue/angular2-rollup/issues"
},
"homepage": "https://github.com/steveblue/angular2-rollup#readme",
"dependencies": {
"@angular-devkit/build-optimizer": "^0.6.8",
"async": "^2.6.0",
"chokidar": "^2.0.2",
"colors": "^1.1.2",
"commander": "^2.14.1",
"detect-installed": "^2.0.4",
"findup": "^0.1.5",
"gzip-size": "^4.1.0",
"html-minifier": "^3.5.11",
"htmlprocessor": "^0.2.6",
"js-string-escape": "^1.0.1",
"magic-string": "^0.23.2",
"moment": "^2.21.0",
"node-sass": "^4.13.1",
"ora": "^2.1.0",
"prettier": "^1.14.2",
"shelljs": "^0.8.1",
"single-line-log": "^1.1.2",
"uglify-js": "^3.4.0",
"uuid": "^3.2.1"
},
"bin": {
"ngr": "index.js"
},
"engines": {
"node": ">8.0.0"
}
}