UNPKG

@tutor/test-suite

Version:

The in app test-suite for Tutor.

35 lines (34 loc) 889 B
{ "name": "@tutor/test-suite", "version": "0.2.11", "description": "The in app test-suite for Tutor.", "main": "lib/test_suite.js", "dependencies": { "lodash": "^3.10.1" }, "devDependencies": { "browserify": "^11.0.1", "coffeeify": "^1.1.0", "gulp": "^3.9.0", "gulp-coffee": "^2.3.1", "gulp-plumber": "^1.0.1", "gulp-util": "^3.0.6", "gulp-watch": "^4.3.4", "vinyl-source-stream": "^1.1.0" }, "scripts": { "test": "echo \"Error: no test specified\"", "prepublish": "node node_modules/gulp/bin/gulp.js" }, "keywords": [ "Tutor", "Tests" ], "repository": "gitlab:Welfenlab/tutor-test-suite", "contributors": [ "Maximilian Klein <dasmaxl@gmail.com> (https://github.com/LittleHelicase)", "Maik Marschner (https://github.com/leMaik)", "Tim Ebbeke (https://github.com/5cript)" ], "license": "MIT" }