forked from instructure/canvas-lms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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
38
39
40
41
42
{
"name": "canvas-lms",
"license": "AGPL-3.0",
"version": "0.0.0",
"engines": {
"node": ">=0.12.5"
},
"dependencies": {
"brandable_css": "0.0.39"
},
"devDependencies": {
"babel": "^5.6.23",
"babel-core": "^5.7.2",
"coffee-script": "1.6.2",
"compute-cluster": "0.0.9",
"fleck": "~0.5.1",
"gglobby": "0.0.2",
"glob": "^5.0.6",
"gulp": "^3.9",
"gulp-load-plugins": "^0.10.0",
"gulp-rev": "^5.0.1",
"karma": "~0.13.0",
"karma-chrome-launcher": "^0.2.0",
"karma-firework-reporter": "~0.2.4",
"karma-qunit": "~0.1.1",
"karma-requirejs": "^0.2.2",
"lodash": "^2.4.1",
"react-tools": "~0.13.3",
"requirejs": "~2.1.10",
"testem": "~0.7.1",
"uglify-js": "~2.4.12",
"vinyl-fs": "0.3.7",
"xsslint": "0.1.0"
},
"repository": "instructure/canvas-lms",
"scripts": {
"test": "./node_modules/karma/bin/karma start --browsers Chrome,Firefox,Safari --single-run",
"compress": "node script/compress.js",
"preinstall": "script/gem_npm install",
"preupdate": "script/gem_npm update"
}
}