forked from catarse/catarse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
31 lines (31 loc) · 780 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
{
"name": "catarse",
"version": "1.0.0",
"homepage": "https://github.com/catarse/catarse",
"description": "The first open source crowdfunding platform for creative projects in the world!",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"vendor/assets/components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.4",
"backbone": "~1.2.0",
"underscore": "~1.8.3",
"jquery-sticky": "~1.0.1",
"jquery-smooth-scroll": "~1.5.5",
"jquery-typewatch": "~2.2.1",
"store": "~2.3.0",
"jQuery-Mask-Plugin": "~1.11.4",
"jquery-ui": "~1.11.4",
"jquery-ujs": "~1.0.3",
"jquery.fixedmask": "~1.0.0",
"mithril": "0.2.0",
"chartjs": "1.0.2",
"catarse.js": "0.8.1"
}
}