This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
70 lines (70 loc) · 2.03 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
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "angular2-es6-seed",
"version": "0.0.4",
"description": "Angular2 ES6 seed",
"main": "index.js",
"author": "Valera Rozuvan",
"homepage": "https://github.com/valera-rozuvan/angular2-es6-seed",
"repository": {
"type": "git",
"url": "https://github.com/valera-rozuvan/angular2-es6-seed.git"
},
"license": "MIT",
"private": false,
"devDependencies": {
"babel-eslint": "^7.0.0",
"babel-preset-es2015": "^6.16.0",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"browserify-istanbul": "^2.0.0",
"chalk": "^1.1.3",
"eslint-config-google": "^0.6.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-copy": "^0.0.2",
"gulp-connect": "^5.0.0",
"karma-coverage": "^1.1.1",
"gulp-duration": "^0.0.0",
"gulp-eslint": "^3.0.1",
"gulp-if": "^2.0.1",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.1.1",
"babel-plugin-istanbul": "^2.0.1",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.10",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-browserify": "^5.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-istanbul-preprocessor": "^0.0.2",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"minimist": "^1.2.0",
"phantomjs": "^2.1.7",
"require-dir": "^0.3.1",
"utils-merge": "^1.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
"@angular/common": "^2.1.0",
"@angular/compiler": "^2.1.0",
"@angular/core": "^2.1.0",
"@angular/forms": "^2.1.0",
"@angular/http": "^2.1.0",
"@angular/platform-browser": "^2.1.0",
"@angular/platform-browser-dynamic": "^2.1.0",
"@angular/router": "^3.1.0",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.0.0-rc.1",
"zone.js": "^0.6.25"
}
}