123456789101112131415161718192021222324252627 |
- {
- "name": "das",
- "version": "0.1.0",
- "description": "PoC of school digital workspace without a CAS, using Macaroons (authentication server)",
- "contributors": [
- {
- "name": "Brendan Abolivier",
- "email": "oss@brendanabolivier.com"
- }
- ],
- "repository": {
- "type": "git",
- "url": "git+https://github.com/babolivier/das.git"
- },
- "scripts": {
- "start": "node --use_strict server.js"
- },
- "dependencies": {
- "body-parser": "^1.15.2",
- "express": "^4.14.0",
- "macaroons.js": "^0.3.6"
- },
- "license": {
- "type": "GPL-3.0",
- "url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html"
- }
- }
|