-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
58 lines (57 loc) · 1.5 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
54
55
56
57
58
{
"name": "angular2-starter",
"version": "0.0.1",
"description": "An Angular2 application with routing, Child component routing. Gulp as build tool",
"main": "main.js",
"scripts": {
"start": "lite-server",
"typings": "typings install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sirajc/angular2-starter.git"
},
"bugs": {
"url": "https://github.com/sirajc/angular2-starter/issues"
},
"homepage": "https://sirajc.github.io/angular2-starter",
"keywords": [
"angular",
"angular2",
"router",
"gulp"
],
"author": "Sirajuddin Choudhary <[email protected]>",
"license": "MIT",
"dependencies": {
"@angular/common": "2.0.0",
"@angular/compiler": "2.0.0",
"@angular/core": "2.0.0",
"@angular/platform-browser": "2.0.0",
"@angular/platform-browser-dynamic": "2.0.0",
"@angular/router": "3.0.0",
"core-js": "^2.4.1",
"ie-shim": "^0.1.0",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.12",
"systemjs": "^0.19.27",
"zone.js": "^0.6.23"
},
"devDependencies": {
"del": "^2.1.0",
"gulp": "^3.9.0",
"gulp-directory-sync": "^1.2.3",
"gulp-imagemin": "^2.4.0",
"gulp-load-plugins": "^1.1.0",
"gulp-newer": "^1.1.0",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^2.13.4",
"gulp-util": "^3.0.7",
"lite-server": "^2.2.0",
"path": "^0.12.7",
"typescript": "^1.8.10",
"typings": "^0.8.1"
}
}