-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.18 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
{
"name": "angular-library-starter",
"version": "0.1.0",
"description": "A starter kit for angular libraries",
"repository": {
"type": "git",
"url": "git+https://github.com/michaelbazos/angular-library-starter.git"
},
"keywords": [
"angular2",
"angular",
"2",
"ui",
"components",
"library"
],
"author": "Michael Bazos",
"license": "MIT",
"bugs": {
"url": "https://github.com/michaelbazos/angular-library-starter/issues"
},
"homepage": "https://github.com/michaelbazos/angular-library-starter#readme",
"engines": {
"node": ">= 6.9.0",
"npm": ">= 3.0.0"
},
"scripts": {
"build": "node build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@angular/compiler": "^4.1.3",
"@angular/compiler-cli": "^4.1.3",
"@angular/core": "^4.1.3",
"angular-inline-resources": "^1.1.0",
"camelcase": "^4.1.0",
"cpy": "^5.0.0",
"del": "^2.2.2",
"fs-extra": "^3.0.1",
"rollup": "^0.42.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-uglify": "^2.0.1",
"rxjs": "^5.0.1",
"tslint": "^5.4.2",
"typescript": "^2.3.4",
"zone.js": "^0.8.4"
}
}