-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.59 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.59 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
42
43
44
45
46
47
48
49
50
51
{
"version": "0.2.3",
"name": "angular2-build-system",
"title": "Angular2 build system",
"description": "This is a fork of Angular2 Tour of Heroes app illustrating a mimimun build system setup for Angular 2, which includes Gulp, TypeScript, TSLint, SystemJS, Browsersync and LESS.",
"homepage": "https://github.com/eakoryakin/angular2-build-system",
"author": {
"name": "Evgenii Koriakin",
"url": "https://github.com/eakoryakin"
},
"license": "(MIT OR Apache-2.0)",
"repository": {
"type": "git",
"url": "https://github.com/eakoryakin/angular2-build-system.git"
},
"keywords": [
"angular build",
"angular 2 build",
"angular2 build",
"angular2 build system",
"angular 2 build system",
"angularjs build"
],
"bugs": {
"url": "https://github.com/eakoryakin/angular2-build-system/issues"
},
"dependencies": {
"angular2": "2.0.0-beta.17",
"es6-promise": "3.1.2",
"es6-shim": "0.35.0",
"rxjs": "5.0.0-beta.6",
"systemjs": "0.19.27",
"reflect-metadata": "0.1.2",
"zone.js": "0.6.12"
},
"devDependencies": {
"typescript": "1.8.10",
"tslint": "3.13.0",
"browser-sync": "2.13.0",
"del": "2.2.1",
"gulp": "3.9.1",
"gulp-sourcemaps": "1.6.0",
"gulp-tslint": "6.0.1",
"gulp-typescript": "2.13.6",
"gulp-less": "3.1.0",
"gulp-concat": "2.6.0",
"gulp-clean-css": "2.0.11",
"run-sequence": "1.2.2",
"merge2": "1.0.2"
}
}