forked from kgjacobsen89/chr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 949 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
{
"name": "chr",
"version": "0.3.7",
"homepage": "https://github.com/slate-studio/chr",
"authors": [
"Slate Studio (http://www.slatestudio.com)"
],
"license": "MIT",
"description": "Powerful responsive javascript CMS for apps.",
"main": "app/assets/stylesheets/_chr.scss, app/assets/stylesheets/_input-redactor.scss, app/assets/stylesheets/_expandable-group.scss, dist/chr.js, dist/input-html.js, dist/input-markdown.js, dist/input-redactor.js, dist/expandable-group.js",
"keywords": [
"library",
"javascript",
"coffescript",
"application",
"cms",
"rest"
],
"ignore": [
"**/.*",
"lib",
"docs",
"chr.gemspec",
"Gemfile",
"Gemfile.lock",
"Gruntfile.coffee",
"package.json",
"Rakefile"
],
"repository": {
"type": "git",
"url": "https://github.com/slate-studio/chr.git"
},
"dependencies": {
"bourbon": ">=4.0",
"normalize-scss": ">=3.0"
}
}