-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.2 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
{
"name": "desa-siig",
"version": "0.0.1",
"description": "This is a sample that shows how to add authentication to an Angular 2 (ng2) app",
"main": "angular-cli-build.js",
"scripts": {
"server": "cd backend && npm i && node server.js",
"front": "webpack-dev-server --inline -d --colors --display-error-details --display-cached --port 3000",
"start": "npm run front",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/auth0/angular2-authentication-sample.git"
},
"contributors": [
"Martin Gontovnikas <[email protected]> (http://gon.to)",
"PatrickJS <[email protected]>",
"Ryan Chenkie <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/auth0/angular2-authentication-sample/issues"
},
"homepage": "https://github.com/auth0/angular2-authentication-sample",
"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/platform-server": "2.0.0-rc.1",
"@angular/router": "2.0.0-rc.1",
"@angular/router-deprecated": "2.0.0-rc.1",
"angular2-jwt": "0.1.14",
"bootstrap": "^3.3.6",
"core-js": "^2.2.2",
"es6-promise": "^3.1.2",
"es6-shim": "^0.33.13",
"es7-reflect-metadata": "^1.6.0",
"jwt-decode": "^1.5.1",
"ng2-bootstrap": "^1.0.17",
"ng2-bs3-modal": "^0.6.1",
"ng2-file-upload-modal": "^1.0.0",
"rxjs": "5.0.0-beta.6",
"zone.js": "~0.6.12"
},
"devDependencies": {
"css-loader": "^0.23.1",
"exports-loader": "^0.6.3",
"expose-loader": "^0.7.1",
"file-loader": "^0.8.5",
"imports-loader": "^0.6.5",
"json-loader": "^0.5.4",
"raw-loader": "^0.5.1",
"style-loader": "^0.13.0",
"ts-loader": "^0.8.1",
"tsconfig-lint": "^0.7.0",
"tslint": "^3.5.0",
"tslint-loader": "^2.1.3",
"typedoc": "^0.3.12",
"typescript": "~1.8.7",
"typings": "^0.6.8",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
},
"author": ""
}