UNPKG

magister.js

Version:

A JavaScript implementation of the Magister 6 API

68 lines (67 loc) 1.84 kB
{ "name": "magister.js", "version": "2.0.0-alpha.13", "description": "A JavaScript implementation of the Magister 6 API", "main": "lib/magister.js", "directories": { "test": "test" }, "dependencies": { "@magisterjs/authcode": "*", "dedent": "^0.7.0", "lodash": "^4.17.11", "magister-openid": "^0.1.5", "moment": "^2.24.0", "node-fetch": "^2.6.0" }, "devDependencies": { "@babel/cli": "^7.4.4", "@babel/core": "^7.4.4", "@babel/plugin-transform-strict-mode": "^7.2.0", "@babel/preset-env": "^7.4.4", "@babel/register": "^7.4.4", "babel-plugin-version-inline": "^1.0.0", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "chai-events": "0.0.3", "coveralls": "^3.0.3", "esdoc": "^1.1.0", "esdoc-ecmascript-proposal-plugin": "^1.0.0", "esdoc-standard-plugin": "^1.0.0", "eslint": "^5.15.1", "eslint-plugin-jsdoc": "^5.0.2", "mocha": "^6.1.4", "nyc": "^14.1.1" }, "scripts": { "build": "babel -s false -d lib/ src/", "prepare": "npm run build", "test": "nyc mocha --require @babel/register", "coverage": "nyc report --reporter=text-lcov | coveralls", "lint": "eslint .", "docs": "esdoc" }, "engines": { "node": ">=8" }, "repository": { "type": "git", "url": "git+https://github.com/simplyGits/MagisterJS.git" }, "author": "simplyApps <hello@simplyApps.nl> (http://simplyGits.github.io/)", "maintainers": [ "Lieuwe Rooijakkers <lieuwerooijakkers@gmail.com> (http://www.lieuwe.xyz/)" ], "license": "LGPL-3.0", "bugs": { "url": "https://github.com/simplyGits/MagisterJS/issues" }, "homepage": "http://simplyGits.github.io/MagisterJS", "keywords": [ "magister", "schoolmaster", "school", "simplyApps" ], "runkitExample": "runkitExample.js" }