-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 897 Bytes
/
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
{
"name": "AngularJS2",
"version": "1.0.0",
"author": "Mansoor Khan",
"description": "This project is based on the course Up and Running with AngularJS2 on Lynda.com",
"repository": {
"type": "git",
"url": "https://github.com/steady-daddy/angular2-search-filter"
},
"devDependencies": {
"angular2": "2.0.0-beta.2",
"systemjs": "0.19.6",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.0",
"zone.js": "0.5.10",
"gulp": "^3.9.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^2.10.0",
"gulp-webserver": "^0.9.1",
"gulp-util": "^2.2.20",
"gulp-concat": "^2.3.4",
"gulp-browserify": "^0.5.0",
"jquery": "^2.1.1",
"gulp-compass": "^1.2.0",
"gulp-connect": "^2.0.6",
"gulp-if": "^1.2.4",
"gulp-uglify": "^0.3.1",
"gulp-minify-html": "^0.1.4"
}
}