forked from openedx/edx-ora2
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 918 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "edx-ora2",
"version": "2.0.0",
"repository": "https://github.com/edx/edx-ora2.git",
"dependencies": {
"backbone": "~1.2.3",
"backgrid": "~0.3.8",
"edx-ui-toolkit": "1.5.3",
"moment": "^2.15.1",
"moment-timezone": "~0.5.5",
"requirejs": "~2.3.2",
"underscore": "^1.8.2"
},
"devDependencies": {
"jasmine": "^2.3.0",
"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",
"karma-jasmine-jquery": "^0.1.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon": "^1.0.3",
"karma-spec-reporter": "^0.0.31",
"phantomjs-prebuilt": "^2.1.14",
"sinon": "^3.0.0",
"uglify-js": "^3.0.27"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start --reporters spec,coverage"
}
}