forked from betagouv/aides-jeunes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
39 lines (39 loc) · 891 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
{
"name": "dds",
"version": "0.1.2",
"homepage": "https://github.com/jdesboeufs/dds",
"authors": [
"Jérôme Desboeufs <[email protected]>"
],
"description": "Dossier de Demande Simplifié",
"moduleType": [
"globals"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"app/bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.2.22",
"angular-route": "~1.2.22",
"angular-sanitize": "~1.2.22",
"angular-animate": "~1.2.22",
"angular-ui-router": "~0.2.10",
"angular-bootstrap": "0.11.0",
"bootstrap-sass-official": "~3.1.1",
"ngstorage": "~0.3.0",
"moment": "~2.7.0",
"lodash": "~2.4.1",
"font-awesome": "~4.2"
},
"devDependencies": {
"angular-mocks": "~1.2.22",
"angular-scenario": "~1.2.22"
},
"testPath": "test/client/spec"
}