-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (52 loc) · 1.42 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
{
"name": "angular2-architecture-example",
"version": "0.0.1",
"description": "A minimal Angular2 playground using TypeScript",
"repository": {
"type": "git",
"url": "[email protected]:andreev-artem/angular_experiments.git"
},
"dependencies": {
"angular2": "2.0.0-beta.1",
"systemjs": "~0.19.5",
"bootstrap-sass": "~3.3.5",
"reflect-metadata": "0.1.2",
"zone.js": "~0.5.10"
},
"devDependencies": {
"del": "^2.1.0",
"open": "0.0.5",
"gulp": "^3.9.0",
"gulp-typescript": "^2.8.0",
"gulp-protractor": "~2.1.0",
"gulp-load-plugins": "~1.1.0",
"gulp-util": "~3.0.4",
"run-sequence": "~1.1.0",
"gulp-sass": "~2.1.0",
"gulp-pure-cjs": "~0.1.4",
"gulp-htmlmin": "~1.2.0",
"gulp-rename": "~1.2.2",
"lazypipe": "~1.0.1",
"gulp-if": "~2.0.0",
"gulp-uglify": "~1.5.1",
"gulp-header": "~1.7.1",
"gulp-minify-css": "~1.2.1",
"gulp-rev": "~6.0.1",
"gulp-rev-replace": "~0.4.0",
"gulp-useref": "~3.0.1",
"yargs": "~3.30.0",
"browser-sync": "~2.10.0",
"connect-modrewrite": "~0.8.1",
"globby": "~4.0.0",
"lodash": "^3.10.0",
"fs-extra": "~0.26.2",
"karma": "~0.13.9",
"karma-jasmine": "~0.3.6",
"karma-phantomjs-launcher": "~0.2.1",
"karma-chrome-launcher": "~0.2.0",
"karma-ng-html2js-preprocessor": "~0.2.0",
"karma-coverage": "~0.5.0",
"es6-shim": "~0.33.6",
"es5-shim": "~4.3.1"
}
}