get npm install to work in canvas_quiz_statistics
Change-Id: I75419d9078997507bad466f5fb76d1fd02fdb642 Reviewed-on: https://gerrit.instructure.com/42174 Tested-by: Jenkins <jenkins@instructure.com> Reviewed-by: Jon Jensen <jon@instructure.com> Product-Review: Jon Jensen <jon@instructure.com> QA-Review: Jon Jensen <jon@instructure.com>
This commit is contained in:
parent
503fea210e
commit
00f619716c
File diff suppressed because it is too large
Load Diff
|
@ -26,37 +26,37 @@
|
|||
"build": "./node_modules/grunt-cli/bin/grunt compile_js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"node-sass": "^0.9.3",
|
||||
"grunt-contrib-connect": "0.7.x",
|
||||
"grunt-connect-rewrite": "x",
|
||||
"grunt-connect-proxy": "^0.1.10",
|
||||
"grunt-contrib-jasmine": "~0.6.5",
|
||||
"grunt-contrib-jshint": "~0.6.1",
|
||||
"grunt-contrib-watch": "^0.6.1",
|
||||
"grunt-jsduck": "1.x",
|
||||
"grunt-newer": "^0.7.0",
|
||||
"grunt-notify": "0.2.7",
|
||||
"grunt-sass": "^0.14.0",
|
||||
"node-sass": "0.9.3",
|
||||
"grunt-contrib-connect": "0.8.0",
|
||||
"grunt-connect-rewrite": "0.2.1",
|
||||
"grunt-connect-proxy": "0.1.11",
|
||||
"grunt-contrib-jasmine": "0.8.0",
|
||||
"grunt-contrib-jshint": "0.10.0",
|
||||
"grunt-contrib-watch": "0.6.1",
|
||||
"grunt-jsduck": "1.0.1",
|
||||
"grunt-newer": "0.7.0",
|
||||
"grunt-notify": "0.3.1",
|
||||
"grunt-sass": "0.14.1",
|
||||
"grunt-template-jasmine-requirejs": "git://github.com/amireh/grunt-template-jasmine-requirejs.git#0.2.0",
|
||||
"jasmine_react": ">= 1.1.0",
|
||||
"jasmine_rsvp": ">= 1.0.0",
|
||||
"jasmine_xhr": ">= 1.0.2",
|
||||
"jquery": ">= 2.0.0",
|
||||
"jshint-stylish-ex": "^0.2.0"
|
||||
"jasmine_react": "1.1.0",
|
||||
"jasmine_rsvp": "1.0.0",
|
||||
"jasmine_xhr": "1.0.2",
|
||||
"jquery": "2.1.1",
|
||||
"jshint-stylish-ex": "0.2.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"glob": "~4.0.5",
|
||||
"shelljs": "~0.1.2",
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-cli": "~0.1.13",
|
||||
"grunt-contrib-clean": "~0.5.0",
|
||||
"grunt-contrib-copy": "~0.5.0",
|
||||
"grunt-contrib-requirejs": "~0.4.4",
|
||||
"grunt-contrib-symlink": "~0.3.0",
|
||||
"grunt-react": "~0.9.0",
|
||||
"lodash": "~2.4.1",
|
||||
"react-tools": "~0.11.1",
|
||||
"canvas_react_i18n": "~ 1.1.0",
|
||||
"rjs_converter": ">= 1.0.0"
|
||||
"canvas_react_i18n": "1.1.0",
|
||||
"glob": "4.0.5",
|
||||
"grunt": "0.4.5",
|
||||
"grunt-cli": "0.1.13",
|
||||
"grunt-contrib-clean": "0.6.0",
|
||||
"grunt-contrib-copy": "0.6.0",
|
||||
"grunt-contrib-requirejs": "0.4.0",
|
||||
"grunt-contrib-symlink": "0.3.0",
|
||||
"grunt-react": "0.9.0",
|
||||
"lodash": "2.4.1",
|
||||
"react-tools": "0.11.2",
|
||||
"rjs_converter": "1.0.0",
|
||||
"shelljs": "0.1.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue