@tutor/exercise-editor
Version:
The exercise editor for tutor.
35 lines (34 loc) • 919 B
JSON
{
"name": "@tutor/exercise-editor",
"version": "0.1.3",
"description": "The exercise editor for tutor.",
"main": "lib/exercise_editor.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish" : "node node_modules/gulp/bin/gulp.js"
},
"keywords": [
"Tutor",
"Edtior",
"Exercises"
],
"devDependencies": {
"browserify": "^11.0.0",
"coffeeify": "^1.1.0",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-util": "^3.0.6",
"markdown-it-math": "^2.0.1",
"vinyl-source-stream": "^1.1.0"
},
"repository": "git@github.com:Welfenlab/tutor-exercise-editor.git",
"contributors" : [
"Maximilian Klein <dasmaxl@gmail.com> (https://github.com/LittleHelicase)",
"Maik Marschner (https://github.com/leMaik)",
"Tim Ebbeke (https://github.com/5cript)"
],
"license": "MIT",
"dependencies": {
"lodash": "^3.10.1"
}
}