-
Notifications
You must be signed in to change notification settings - Fork 305
/
package.json
91 lines (91 loc) · 2.87 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "ka-lite",
"version": "0.0.0",
"description": "[Khan Academy](http://www.khanacademy.org/)'s core mission is to \"provide a free world-class education for anyone anywhere\", and as [70% of the world's population is without access to the internet](http://en.wikipedia.org/wiki/Global_Internet_usage), primarily in the developing world, providing an alternative delivery mechanism for Khan Academy content is key to fulfilling this mission.",
"main": "grunt.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/learningequality/ka-lite.git"
},
"author": "",
"license": "BSD",
"readmeFilename": "README.md",
"gitHead": "656531e178669a9b0a27571e11982b4d245c6ac8",
"bugs": {
"url": "https://github.com/learningequality/ka-lite/issues"
},
"devDependencies": {
"karma": "~0.12.31",
"karma-phantomjs-launcher": "~0.1.4",
"karma-qunit": "^0.1.4",
"karma-sinon": "^1.0.4",
"qunit": "~0.7.5",
"qunitjs": "~1.16.0",
"sinon": "~1.12.2"
},
"dependencies": {
"async": "1.4.2",
"backbone": "1.2.2",
"bootstrap": "3.3.5",
"bootstrap-datepicker": "1.4.1",
"bootstrap-multiselect": "0.9.13-1",
"browserify": "11.0.1",
"browsernizr": "1.0.2",
"colors": "1.1.2",
"d3": "3.5.6",
"es5-shim": "4.1.11",
"escodegen": "1.6.1",
"esprima": "2.6.0",
"estraverse": "4.1.0",
"factor-bundle": "2.5.0",
"fastclick": "1.0.6",
"handlebars": "1.3.0",
"hbsfy": "2.2.1",
"hintify": "0.1.0",
"html5shiv": "3.7.3",
"ie8": "0.2.9",
"intro.js": "0.9.0",
"jed": "1.1.0",
"jquery": "2.1.4",
"jquery-plainoverlay": "0.6.2",
"jquery-slimscroll": "1.3.6",
"jquery-sparkline": "2.3.0",
"jquery-ui": "1.10.5",
"jquery-ui-touch-punch": "0.2.3",
"jquery.fancytree": "2.11.0",
"JSON2": "0.1.0",
"katex": "0.5.1",
"minifyify": "7.0.5",
"node-lessify": "0.0.10",
"qtip2": "2.2.0",
"react": "0.14.7",
"react-addons-clone-with-props": "0.14.7",
"react-addons-create-fragment": "0.14.7",
"react-addons-css-transition-group": "0.14.7",
"react-addons-linked-state-mixin": "0.14.7",
"react-addons-pure-render-mixin": "0.14.7",
"react-addons-shallow-compare": "0.14.7",
"react-addons-transition-group": "0.14.7",
"react-addons-update": "0.14.7",
"react-dom": "0.14.7",
"react-mount": "0.1.3",
"react-tools": "0.13.3",
"reactify": "1.1.1",
"scriptjs": "2.5.7",
"seedrandom": "2.4.2",
"soundmanager2": "2.97.20150601-a",
"sprintf-js": "1.0.3",
"through": "2.3.8",
"underscore": "1.8.3",
"url": "0.10.3",
"video.js": "git://github.com/learningequality/video.js.git#firefox50-dist",
"vtt.js": "git://github.com/benjaoming/vtt.js.git#cuestuff",
"watchify": "3.4.0"
}
}