| author | rougeronj |
| Thu, 11 Jun 2015 16:23:34 +0200 | |
| changeset 174 | fd166770bcee |
| parent 171 | 903d6f504f71 |
| permissions | -rw-r--r-- |
| 0 | 1 |
{ |
2 |
"name": "ammico", |
|
3 |
"main": "app.js", |
|
4 |
"version": "0.0.0", |
|
5 |
"authors": [ |
|
6 |
"IRI" |
|
7 |
], |
|
8 |
"license": "Ceccill-C", |
|
9 |
"private": true, |
|
10 |
"ignore": [ |
|
11 |
"**/.*", |
|
12 |
"node_modules", |
|
13 |
"bower_components", |
|
14 |
"test", |
|
15 |
"tests" |
|
16 |
], |
|
|
88
2db951a4a04c
updates dependencies and add main-bower-file to gulpfile to concatenate the vendorJs
rougeronj
parents:
49
diff
changeset
|
17 |
"dependencies": { |
| 171 | 18 |
"angular": "~1.4.0", |
19 |
"angular-route": "~1.4.0", |
|
20 |
"angular-resource": "~1.4.0", |
|
21 |
"angular-bootstrap": "~0.13.0", |
|
22 |
"angular-ui-sortable": "~0.13.4", |
|
23 |
"bootstrap": "~3.3.4", |
|
24 |
"angular-touch": "~1.4.0", |
|
25 |
"angular-messages": "~1.4.0" |
|
| 0 | 26 |
} |
27 |
} |