-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
64 lines (64 loc) · 1.75 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
{
"name": "angular2-seed",
"repository": {
"type": "git",
"url": "https://github.com/ghpabs/angular2-seed"
},
"license": "MIT",
"version": "1.1.1",
"description": "Angular 2 Seed Project – TypeScript, Gulp, Karma, Protractor, Sass.",
"author": "Pabs",
"dependencies": {
"angular2": "2.0.0-beta.16",
"bootstrap": "4.0.0-alpha.2",
"es6-promise": "3.0.2",
"es6-shim": "0.35.0",
"lodash": "3.10.1",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"systemjs": "0.19.6",
"zone.js": "0.6.12"
},
"devDependencies": {
"connect-history-api-fallback": "1.1.0",
"del": "2.1.0",
"ghooks": "1.0.1",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-changed": "1.3.0",
"gulp-concat": "2.6.0",
"gulp-connect": "2.2.0",
"gulp-conventional-changelog": "1.1.0",
"gulp-if": "2.0.0",
"gulp-imagemin": "2.4.0",
"gulp-inject": "3.0.0",
"gulp-inline-ng2-template": "0.0.10",
"gulp-load-plugins": "1.1.0",
"gulp-preprocess": "2.0.0",
"gulp-protractor": "2.1.0",
"gulp-sass": "2.2.0",
"gulp-sass-lint": "1.1.0",
"gulp-size": "2.0.0",
"gulp-sourcemaps": "1.6.0",
"gulp-tslint": "4.1.2",
"gulp-typedoc": "1.2.1",
"gulp-typescript": "2.10.0",
"gulp-uglify": "1.5.1",
"karma": "0.13.22",
"karma-chrome-launcher": "0.1.4",
"karma-coverage": "0.5.3",
"karma-firefox-launcher": "0.1.7",
"karma-jasmine": "0.3.6",
"karma-phantomjs-launcher": "1.0.0",
"karma-spec-reporter": "0.0.25",
"phantomjs-prebuilt": "2.1.6",
"remap-istanbul": "0.4.0",
"tslint": "3.2.0-dev.1",
"typescript": "1.8.0-dev.20151204",
"validate-commit-msg": "1.0.0"
},
"config": {
"ghooks": {
"commit-msg": "validate-commit-msg"
}
}
}