-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.34 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
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "angular2-github-user-search",
"version": "1.0.0-rc.4",
"author": "Ajey Charantimath",
"description": "Angular 2 Github Search",
"main": "src/tmp/app/main.js",
"repository": {
"type": "git",
"url": "[email protected]:Ajeey/Angular2-Github-Search.git"
},
"engines": {
"node": ">=4.3"
},
"scripts": {
"postinstall": "typings install",
"start": "gulp",
"test": "gulp test",
"coveralls": "node ./node_modules/coveralls/bin/coveralls.js < ./report/remap/lcov.info"
},
"keywords": [
"angular2",
"starter",
"seed",
"gulp",
"webpack",
"extensible",
"systemjs",
"systemjs builder",
"travis",
"karma",
"jasmine",
"istanbul"
],
"license": "MIT",
"bugs": {
"url": "[email protected]:Ajeey/Angular2-Github-Search.git"
},
"dependencies": {
"@angular/common": "2.0.0-rc.4",
"@angular/compiler": "2.0.0-rc.4",
"@angular/core": "2.0.0-rc.4",
"@angular/forms": "0.2.0",
"@angular/http": "2.0.0-rc.4",
"@angular/platform-browser": "2.0.0-rc.4",
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
"@angular/router": "3.0.0-beta.2",
"@ngstarter/systemjs-extension": "1.0.0-rc.3",
"bootstrap-sass": "^3.3.6",
"codelyzer": "0.0.24",
"core-js": "^2.4.0",
"del": "~2.2.1",
"font-awesome": "^4.6.3",
"glob": "^7.0.5",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.2",
"gulp-if": "~2.0.1",
"gulp-protractor": "^2.4.0",
"gulp-rev": "^7.1.0",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^5.0.0",
"gulp-typescript": "~2.13.6",
"gulp-uglify": "~1.5.4",
"gulp-useref": "~3.1.0",
"jasmine-core": "~2.4.1",
"jquery": "^2.2.3",
"karma": "~1.1.0",
"karma-coverage": "~1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "~1.0.2",
"karma-phantomjs-launcher": "~1.0.1",
"karma-sourcemap-loader": "^0.3.7",
"lodash": "^4.13.1",
"phantomjs-prebuilt": "^2.1.7",
"remap-istanbul": "~0.6.4",
"require-dir": "~0.3.0",
"run-sequence": "~1.2.2",
"rxjs": "5.0.0-beta.6",
"systemjs": "^0.19.31",
"tslint": "^3.12.1",
"typings": "^1.3.1",
"yargs": "^4.7.1",
"zone.js": "^0.6.12"
},
"devDependencies": {
"browser-sync": "^2.13.0",
"connect-history-api-fallback": "^1.2.0"
}
}