76 lines
2.1 KiB
JSON
76 lines
2.1 KiB
JSON
{
|
|
"name": "canvas_quizzes",
|
|
"title": "Canvas Quizzes",
|
|
"description": "Quiz apps for Canvas, the LMS by Instructure.",
|
|
"version": "1.0.0",
|
|
"contributors": [
|
|
{
|
|
"name": "Ahmad Amireh",
|
|
"email": "ahmad@instructure.com",
|
|
"url": "http://www.instructure.com"
|
|
},
|
|
{
|
|
"name": "Ryan Taylor",
|
|
"email": "rtaylor@instructure.com",
|
|
"url": "http://www.instructure.com"
|
|
}
|
|
],
|
|
"licenses": [],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/instructure/canvas-lms.git"
|
|
},
|
|
"keywords": [
|
|
"canvas",
|
|
"lms"
|
|
],
|
|
"scripts": {
|
|
"start": "node_modules/.bin/grunt",
|
|
"test": "node_modules/.bin/grunt test || echo \"These tests do not pass consistently on Jenkins, see QO-491 for more details\"",
|
|
"build": "node_modules/.bin/grunt compile_jsx"
|
|
},
|
|
"files": [
|
|
"dist/canvas_quizzes.js",
|
|
"dist/canvas_quizzes/apps/events/js/main.js",
|
|
"dist/canvas_quizzes/apps/statistics/js/main.js",
|
|
"src/css/main.scss",
|
|
"apps/events/css/main.scss"
|
|
],
|
|
"requirejs": {
|
|
"bundledDependencies": [
|
|
"rsvp",
|
|
"qtip",
|
|
"old_version_of_react_used_by_canvas_quizzes_client_apps",
|
|
"old_version_of_react-router_used_by_canvas_quizzes_client_apps"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"fs-extra": "0.30.0",
|
|
"grunt-connect-proxy": "0.2.0",
|
|
"grunt-connect-rewrite": "0.2.1",
|
|
"grunt-contrib-connect": "1.0.2",
|
|
"grunt-contrib-jasmine": "1.0.3",
|
|
"grunt-contrib-jshint": "1.0.0",
|
|
"grunt-contrib-watch": "1.0.0",
|
|
"grunt-jsduck": "1.0.1",
|
|
"grunt-sass": "^2.1.0",
|
|
"grunt-template-jasmine-requirejs": "git://github.com/amireh/grunt-template-jasmine-requirejs.git#0.2.0",
|
|
"jasmine_react": "1.2.4",
|
|
"jasmine_rsvp": "1.0.0",
|
|
"jasmine_xhr": "1.0.2",
|
|
"jshint-stylish-ex": "0.2.0",
|
|
"canvas_react_i18n": "1.1.1",
|
|
"glob": "^7.0.5",
|
|
"grunt": "0.4.5",
|
|
"grunt-cli": "1.2.0",
|
|
"lodash": "2.4.1",
|
|
"parse-decimal-number": "1.0.0",
|
|
"requirejs": "~2.2.0",
|
|
"react-tools": "0.11.2",
|
|
"shelljs": "0.7.0"
|
|
},
|
|
"resolutions": {
|
|
"grunt-contrib-jasmine/jasmine-core": "2.6.4"
|
|
}
|
|
}
|