UNPKG

valence

Version:
36 lines (35 loc) 894 B
{ "name": "valence", "description": "JavaScript Valence SDK", "version": "1.0.3", "author": "Desire2Learn Inc.", "license": "Apache-2.0", "keywords": [ "Desire2Learn", "D2L", "Valence" ], "homepage": "http://docs.valence.desire2learn.com", "repository": { "type": "git", "url": "git://github.com/Desire2Learn-Valence/valence-sdk-javascript.git" }, "bugs": { "url": "https://github.com/Desire2Learn-Valence/valence-sdk-javascript/issues" }, "main": "lib/valence", "engines": { "node": ">=0.10" }, "scripts": { "test": "./node_modules/.bin/istanbul test ./node_modules/.bin/_mocha -- -R spec spec", "report-cov": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls" }, "devDependencies": { "chai": "^1.9.1", "mocha": "^1.18.2", "istanbul": "^0.2.7", "coveralls": "^2.10.0", "sinon": "~1.9.1" } }