forked from openedx-unsupported/edx-analytics-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.01 KB
/
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
35
36
37
{
"name": "edx-analytics-dashboard",
"repository": {
"type": "git",
"url": "git://github.com/edx/edx-analytics-dashboard"
},
"dependencies": {
"bower": "^1.3.12",
"cldr-data-downloader": "0.1.1",
"requirejs": "^2.1.14"
},
"devDependencies": {
"browser-sync": "^1.1.2",
"edx-custom-a11y-rules": "edx/edx-custom-a11y-rules#ff77f203ef5d9534c6200cc141e9d150155d0e12",
"eslint": "~2.13.1",
"eslint-config-edx": "^1.2.0",
"gulp": "^3.8.8",
"gulp-eslint": "^2.0.0",
"gulp-karma": "0.0.4",
"jasmine-core": "^2.4.1",
"jscs": "^1.10.0",
"karma": "^0.12.16",
"karma-coverage": "^0.2.6",
"karma-chrome-launcher": "^0.2.3",
"karma-jasmine": "^0.3.6",
"karma-jasmine-jquery": "^0.1.1",
"karma-jasmine-html-reporter": "^0.2.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-requirejs": "^0.2.2",
"karma-sinon": "^1.0.3",
"phantomjs-prebuilt": "^2.1.7",
"sinon": "1.17.3"
},
"eslintConfig": {
"extends": "eslint-config-edx"
}
}