projectstreet-appauth

git clone git://archive.git.mtrnord.blog/MTRNord/projectstreet-appauth.git
Log | Files | Refs

commit 1ba87c63aed3b3f314edcfe81e33e1e3d117de75
parent 70c98c5e1855bd3df6da79c9fcbb17fe3f46735a
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Mon, 25 Jul 2016 14:44:30 +0200

Create package.json
Diffstat:
Apackage.json | 24++++++++++++++++++++++++
1 file changed, 24 insertions(+), 0 deletions(-)

diff --git a/package.json b/package.json @@ -0,0 +1,24 @@ +{ + "name": "custom-auth-boinc", + "version": "0.0.1", + "description": "This express example will get you up and running using Ionic Auth with your own boinc server backend in nodejs.", + "main": "server.js", + "dependencies": { + "express": "^4.13.4", + "jsonwebtoken": "^5.7.0" + }, + "devDependencies": {}, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/MTRNord/ProjectStreet_AppAuth.git" + }, + "author": "mtrnord1@gmail.com", + "license": "MIT", + "bugs": { + "url": "https://github.com/MTRNord/ProjectStreet_AppAuth/issues" + }, + "homepage": "https://github.com/MTRNord/ProjectStreet_AppAuth#readme" +}