forked from openfisca/openfisca-web-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
40 lines (40 loc) · 786 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
{
"name": "OpenFisca-Web-Site",
"version": "0.2.0",
"authors": [
"OpenFisca Team"
],
"description": "Web site for OpenFisca -- a versatile microsimulation free software",
"keywords": [
"benefit",
"microsimulation",
"social",
"site",
"tax",
"server",
"web"
],
"license": "AGPL",
"homepage": "https://github.com/openfisca/openfisca-web-site",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3",
"html5shiv": "~3",
"jquery": "~1",
"jQuery.dotdotdot": "~1",
"ractive": "~0",
"rainbow": "~1",
"respond": "~1",
"vis": "~0",
"react": "~0.12.1",
"lodash": "~2.4.1",
"anchor-js": "^3.1.0"
}
}