-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 811 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 811 Bytes
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
{
"name": "friendly-widgeditable",
"version": "1.0.0",
"authors": [
"Christian Schmitz <chris@butfriendly.com>"
],
"description": "ButFriendly's Widgeditable",
"keywords": [
"Editor",
"Layout"
],
"license": "BSD-2-Clause",
"homepage": "https://github.com/butfriendly/friendly-widgeditable",
"main": ["./dist/widgeditable.js", "./dist/widgeditable.min.js"],
"ignore": [
"**/.*"
],
"dependencies": {
"bootstrap": "~3.0.0",
"jquery": "~2.0.3",
"underscore": "~1.5.2",
"js-signals": "git://github.com/millermedeiros/js-signals.git#1.0.0"
},
"devDependencies": {},
"exportsOverride": {
"bootstrap": {
"css": "dist/css/*",
"fonts": "dist/fonts/*",
"js": "dist/js/*"
},
"underscore": {
"js": "underscore*"
}
}
}