-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.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
{
"name": "auth0-angular2",
"version": "0.0.0",
"description": "Example of using angular2-jwt with Auth0 and SystemJS",
"repository": {
"type": "git",
"url": "git+https://github.com/auth0/auth0-angular2.git"
},
"bugs": {
"url": "https://github.com/auth0/auth0-angular2/issues"
},
"devDependencies": {
"connect": "^3.4.0",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-develop-server": "^0.5.1",
"gulp-typescript": "^2.8.0",
"open": ">=6.0.0",
"serve-static": "^1.10.0"
},
"dependencies": {
"angular2": "2.0.0-beta.9",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"zone.js": "0.5.15",
"systemjs": "0.19.6",
"angular2-jwt": "0.1.6",
"body-parser": "~1.15.0",
"cookie-parser": "~1.4.1",
"cors": "^2.7.1",
"debug": "~2.6.9",
"dotenv": "^2.0.0",
"express": "~4.13.4",
"express-jwt": "^3.3.0",
"jade": "~1.11.0",
"morgan": ">=1.9.1",
"serve-favicon": "~2.3.0"
}
}