package.json 918 Bytes
Newer Older
1
{
2
  "name": "edx-ora2",
Eric Fischer committed
3
  "version": "2.0.0",
4
  "repository": "https://github.com/edx/edx-ora2.git",
5
  "dependencies": {
6
    "backbone": "~1.2.3",
7
    "backgrid": "~0.3.8",
Eric Fischer committed
8
    "edx-ui-toolkit": "1.5.3",
9 10 11 12 13
    "moment": "^2.15.1",
    "moment-timezone": "~0.5.5",
    "requirejs": "~2.3.2",
    "underscore": "^1.8.2"
  },
14
  "devDependencies": {
15
    "jasmine": "^2.3.0",
Eric Fischer committed
16 17 18 19 20 21 22
    "jscs": "3.0.7",
    "jshint": "2.9.5",
    "karma": "^1.7.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "^1.1.1",
    "karma-jasmine": "^1.1.0",
    "karma-jasmine-html-reporter": "~0.2",
23
    "karma-jasmine-jquery": "^0.1.1",
24
    "karma-phantomjs-launcher": "^1.0.4",
25
    "karma-sinon": "^1.0.3",
Eric Fischer committed
26 27 28 29
    "karma-spec-reporter": "^0.0.31",
    "phantomjs-prebuilt": "^2.1.14",
    "sinon": "^3.0.0",
    "uglify-js": "^3.0.27"
30 31
  },
  "scripts": {
32
    "test": "./node_modules/karma/bin/karma start --reporters spec,coverage"
33
  }
34
}