projectstreet-appauth

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

package.json (719B)


      1 {
      2   "name": "custom-auth-boinc",
      3   "version": "0.0.1",
      4   "description": "This express example will get you up and running using Ionic Auth with your own boinc server backend in nodejs.",
      5   "main": "server.js",
      6   "dependencies": {
      7     "express": "^4.13.4",
      8     "jsonwebtoken": "^5.7.0"
      9   },
     10   "devDependencies": {},
     11   "scripts": {
     12     "test": "echo \"Error: no test specified\" && exit 1"
     13   },
     14   "repository": {
     15     "type": "git",
     16     "url": "git+https://github.com/MTRNord/ProjectStreet_AppAuth.git"
     17   },
     18   "author": "mtrnord1@gmail.com",
     19   "license": "MIT",
     20   "bugs": {
     21     "url": "https://github.com/MTRNord/ProjectStreet_AppAuth/issues"
     22   },
     23   "homepage": "https://github.com/MTRNord/ProjectStreet_AppAuth#readme"
     24 }