-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.02 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
71
72
73
74
75
76
77
{
"name": "githubber",
"version": "0.0.1",
"author": "Michal Szczepaniak",
"description": "Application that lists github repositories for a given user",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"postinstall": "typings install",
"start": "gulp",
"test": "gulp test"
},
"keywords": [
"githubber"
],
"license": "MIT",
"dependencies": {
"@angular/common": "2.0.0-rc.1",
"@angular/compiler": "2.0.0-rc.1",
"@angular/core": "2.0.0-rc.1",
"@angular/http": "2.0.0-rc.1",
"@angular/platform-browser": "2.0.0-rc.1",
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
"@angular/router-deprecated": "2.0.0-rc.1",
"bootstrap": "3.3.6",
"bootstrap-sass": "3.3.6",
"bootswatch": "3.3.6",
"es6-shim": "0.35.0",
"font-awesome": "4.6.1",
"jquery": "2.2.3",
"lodash": "4.11.0",
"ng2-bootstrap": "1.0.16",
"reflect-metadata": "0.1.3",
"rxjs": "5.0.0-beta.6",
"systemjs": "0.19.27",
"zone.js": "0.6.12"
},
"devDependencies": {
"browser-sync": "2.12.5",
"codelyzer": "0.0.19",
"connect-history-api-fallback": "1.2.0",
"del": "2.2.0",
"glob": "7.0.3",
"gulp": "3.9.1",
"gulp-cssnano": "2.1.2",
"gulp-if": "2.0.0",
"gulp-protractor": "2.3.0",
"gulp-replace": "0.5.4",
"gulp-rev": "7.0.0",
"gulp-rev-replace": "0.4.3",
"gulp-sass": "2.3.1",
"gulp-sourcemaps": "1.6.0",
"gulp-tslint": "5.0.0",
"gulp-typescript": "2.13.0",
"gulp-uglify": "1.5.3",
"gulp-useref": "3.1.0",
"jasmine-core": "2.4.1",
"karma": "0.13.22",
"karma-coverage": "1.0.0",
"karma-ie-launcher": "1.0.0",
"karma-jasmine": "1.0.2",
"karma-phantomjs-launcher": "1.0.0",
"karma-sourcemap-loader": "0.3.7",
"path": "0.12.7",
"phantomjs-prebuilt": "2.1.7",
"remap-istanbul": "0.6.3",
"require-dir": "0.3.0",
"run-sequence": "1.1.5",
"systemjs-builder": "0.15.16",
"traceur": "0.0.108",
"tslint": "3.9.0",
"typings": "0.8.1",
"yargs": "4.6.0"
}
}