Skip to content

Commit

Permalink
Merge 1754d4b into ba9dd1f
Browse files Browse the repository at this point in the history
  • Loading branch information
sebakerckhof committed Jun 6, 2017
2 parents ba9dd1f + 1754d4b commit 1da516b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
1 change: 0 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'es6-promise';
import IdentityProvider from './src/entity-idp';
import ServiceProvider from './src/entity-sp';
import IdPMetadata from './src/metadata-idp';
Expand Down
20 changes: 4 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/xmldom": "^0.1.28",
"camelcase": "^4.0.0",
"deflate-js": "^0.2.3",
"es6-promise": "^4.0.5",

"lodash": "^3.10.0",
"node-forge": "^0.6.34",
"node-rsa": "^0.2.24",
Expand All @@ -53,23 +53,11 @@
},
"devDependencies": {
"ava": "^0.18.1",
"bcryptjs": "^2.2.2",
"body-parser": "^1.13.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.5",
"cors": "^2.7.1",

"coveralls": "^2.11.16",
"debug": "~2.2.0",
"express": "^4.13.1",
"express-handlebars": "^2.0.1",
"express-session": "^1.11.3",
"form-data": "^1.0.0-rc3",
"http": "0.0.0",
"morgan": "^1.6.1",

"nyc": "^10.1.2",
"passport": "^0.2.2",
"passport-local": "^1.0.0",
"serve-favicon": "^2.3.0",

"tslint": "4.4.2"
}
}

0 comments on commit 1da516b

Please sign in to comment.