UNPKG

@dinoboff/ims-lti

Version:

Module for building an LTI Tool Provider and accept LTI launch requests

52 lines (51 loc) 1.09 kB
{ "name": "@dinoboff/ims-lti", "version": "3.1.0-rc7", "description": "Module for building an LTI Tool Provider and accept LTI launch requests", "author": { "name": "James Rundquist", "email": "james@courseshark.com" }, "contributors": [ { "name": "Owen Smith", "email": "owen@omsmith.ca" }, { "name": "David Kosub", "email": "dave@davidkosub.com" } ], "license": "MIT", "keywords": [ "ims", "lti", "provider" ], "repository": { "type": "git", "url": "https://github.com/omsmith/ims-lti.git" }, "bugs": { "url": "http://github.com/omsmith/ims-lti/issues" }, "main": "./lib/ims-lti", "scripts": { "prepublish": "make build" }, "dependencies": { "xml2js": "~0.4.0", "xmlbuilder": "~2.4.0", "node-uuid": "~1.4.0" }, "devDependencies": { "coffee-coverage": "^0.4.4", "coffee-script": "^1.8.0", "coveralls": "^2.11.2", "mocha": "^2.1.0", "mocha-lcov-reporter": "0.0.1", "mocha-multi": "^0.6.0", "redis": "^0.12.1", "should": "^4.6.1" } }