forked from instructure/canvas-lms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 885 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 885 Bytes
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
{
"name": "canvas-lms",
"version": "0.0.0",
"dependencies": {
"napa": "~0.3.0"
},
"devDependencies": {
"requirejs": "~2.1.10",
"loom": "~2.0.0",
"fleck": "~0.5.1",
"testem": "~0.3.30",
"karma-qunit": "~0.1.1",
"karma": "~0.10.9",
"karma-safari-launcher": "~0.1.1",
"karma-opera-launcher": "~0.1.0",
"karma-coverage": "~0.1.4",
"karma-ie-launcher": "~0.1.1",
"karma-osx-reporter": "0.0.4",
"karma-firework-reporter": "~0.2.3",
"karma-coffee-preprocessor": "0.1.3"
},
"repository": {
"type": "git",
"url": "git://github.com/instructure/canvas-lms.git"
},
"napa": {
"rjs-old": "https://github.com/jrburke/r.js/archive/1.0.8.tar.gz"
},
"scripts": {
"install": "./node_modules/napa/bin/napa",
"test": "./node_modules/karma/bin/karma start --browsers Chrome,Firefox,Safari --single-run"
}
}