diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-03-18 21:42:30 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-03-18 21:42:30 +0100 |
| commit | c548b3bd3f0de1a1a74606d60ef9fdd323792918 (patch) | |
| tree | 453c4d1d44d97536a519e66ce17eb488ad098ec2 /package.json | |
| parent | 09ffebf333adfe45967b44eb8f6237a65a876e25 (diff) | |
user authentication in browser
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index b70177e..ce6e197 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "cors": "^2.8.1", "feathers": "^2.1.1", "feathers-authentication": "^0.7.12", + "feathers-authentication-client": "^0.3.1", "feathers-configuration": "^0.3.3", "feathers-errors": "^2.6.1", "feathers-hooks": "^1.8.1", @@ -38,8 +39,10 @@ "promise-or": "^1.0.0", "react": "^15.4.2", "react-dom": "^15.4.2", + "request": "^2.81.0", "sequelize": "^3.30.2", "serve-favicon": "^2.4.1", + "superagent": "^3.5.0", "winston": "^2.3.1" }, "devDependencies": { |
