UNPKG

465 BJSONView Raw
1{
2 "name": "ms-core",
3 "version": "0.0.17",
4 "description": "ms-core",
5 "main": "core.js",
6 "dependencies": {
7 "body-parser": "^1.15.2",
8 "cors": "^2.8.1",
9 "dotenv": "^4.0.0",
10 "express": "^4.14.0",
11 "jsonwebtoken": "^7.1.9",
12 "passport": "^0.3.2",
13 "passport-jwt": "^2.2.0",
14 "superagent": "^3.5.2"
15 },
16 "scripts": {
17 "test": "echo \"Error: no tests specified\" && exit 1"
18 },
19 "author": "Ulf Dahlstrand",
20 "license": "ISC"
21}