Add monitoring version of package.json

This commit is contained in:
Andy Armstrong
2016-01-25 16:36:50 -05:00
parent 6cd12f9f39
commit 7a6495ce2f
3 changed files with 175 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
{
"name": "edx-monitoring-only",
"version": "0.0.1",
"dependencies": {
"annotator": "1.2.6",
"backbone": "1.0.0",
"backbone.paginator": "0.8.1",
"backbone-relational": "0.9.0",
"codemirror": "3.21.0",
"date": "1.0",
"domready": "2.0.1",
"draggabilly": "1.2.4",
"jquery": "1.7.2",
"jquery-form": "3.18.0",
"jquery-watch": "2.0",
"moment": "2.10.6",
"mustache": "0.5.1",
"rangeslider": "1.0",
"require": "2.1.8",
"requirejs-text": "2.0.14",
"slickgrid": "2.1",
"timeago": "0.11.4",
"tinymce": "4.0.20",
"underscore": "1.4.4",
"urijs": "1.11.2",
"url": "1.8.4"
},
"devDependencies": {
"jasmine": "1.0.0",
"jasmine-async": "0.1.0",
"jasmine-jquery": "1.5.1",
"jasmine-stealth": "0.0.12",
"sinon": "1.17.0",
"squire": "1.0.0"
}
}