-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
44 lines (44 loc) · 745 Bytes
/
bower.json
File metadata and controls
44 lines (44 loc) · 745 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
36
37
38
39
40
41
42
43
44
{
"name": "rave-curl-css",
"version": "0.4.0",
"description": "Adds curl's css AMD plugin to RaveJS.",
"main": "rave.js",
"dependencies": {
"curl": "~0.8",
"rave-amd-plugins": "~0.4"
},
"rave": {
"extension": "rave",
"overrides": {
"curl": {
"directories": {
"lib": "bower_components/curl/src/curl"
}
}
}
},
"moduleType": [
"node"
],
"keywords": [
"rave",
"rave-extension",
"cujo",
"cujojs",
"amd",
"plugin"
],
"license": "MIT",
"homepage": "https://github.com/unscriptable/rave-curl-css",
"authors": [
"John Hann (http://unscriptable.com)",
"Brian Cavalier (http://hovercraftstudios.com)"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}