-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
44 lines (44 loc) · 869 Bytes
/
bower.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
{
"name": "gistbook-view",
"version": "0.1.0",
"homepage": "https://github.com/Gistbook/gistbook-view",
"authors": [
"Jmeas <[email protected]>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"keywords": [
"gist",
"gistbook",
"gists",
"javascript",
"share",
"code",
"backbone",
"marionette",
"markdown",
"mathjax",
"social",
"github",
"math",
"text",
"programming"
],
"dependencies": {
"MathJax": "*",
"marked": "~0.3.2",
"ace-builds": "https://github.com/ajaxorg/ace-builds.git#~1.1.3",
"font-awesome": "~4.0.3",
"html5-reset": "~2.1.2",
"nib": "~1.0.2",
"html5sortable": "https://github.com/farhadi/html5sortable.git",
"marionette": "^2.1",
"backbone.radio": "~0.5.2"
}
}