forked from michelson/Dante
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
44 lines (44 loc) · 851 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" : "dante",
"description": "Just another Medium editor clone.",
"homepage": "michelson.github.io/Dante/",
"version" : "0.0.14",
"keywords": [
"css",
"sass",
"js",
"coffeescript",
"medium",
"editor",
"web",
"wysiwyg"
],
"authors": [
{ "name": "Miguel Michelson", "homepage": "https://github.com/michelson" },
{ "name": "Cristian Ferrari", "homepage": "https://github.com/cristianferrarig" }
],
"main": [
"app/assets/**/*",
"dist/**/*"
],
"ignore": [
".gitignore",
".travis.yml",
".ruby-version",
"config.*",
"dante-editor.gemspec",
"Gemfile",
"Gemfile.lock",
"Procfile",
"rakefile",
"ROADMAP.md",
"TODO.md",
"lib",
"source"
],
"dependencies": {
"jquery": "*",
"underscore" : "*",
"sanitize.js" : "*"
}
}