This reverts commit e5c7fdda03.
Unfortunately this change broke bundling on sandboxes, so reverting
it so that master isn't left in a bad state.
17 lines
347 B
JSON
17 lines
347 B
JSON
{
|
|
"name": "edx",
|
|
"version": "0.1.0",
|
|
"dependencies": {
|
|
"coffee-script": "1.6.1",
|
|
"edx-pattern-library": "0.10.4",
|
|
"requirejs": "~2.1.22",
|
|
"uglify-js": "2.4.24",
|
|
"underscore": "~1.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"jshint": "^2.7.0",
|
|
"edx-custom-a11y-rules": "edx/edx-custom-a11y-rules",
|
|
"plato": "1.2.2"
|
|
}
|
|
}
|