| author | rougeronj |
| Tue, 07 Apr 2015 11:47:15 +0200 | |
| changeset 71 | a5dedc11ba8f |
| parent 49 | 88cd0bb61c12 |
| child 88 | 2db951a4a04c |
| 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 |
], |
|
17 |
"devDependencies": { |
|
18 |
"angular": "~1.3", |
|
19 |
"angular-route": "~1.3", |
|
20 |
"angular-resource": "~1.3", |
|
21 |
"angular-bootstrap": "~0.11.0", |
|
|
49
88cd0bb61c12
add ui-sortble lib to be able to sort the list of the slide in the book view - it sends a post request to the server to update the slides' order
rougeronj
parents:
44
diff
changeset
|
22 |
"angular-ui-sortable": "~0.13.3", |
|
44
5eab9718182b
FIX and update the client dev environment - update bootstrap - ignore index.js files and every file from bootstrap beside the css
rougeronj
parents:
0
diff
changeset
|
23 |
"bootstrap": "~ 3.3.4" |
| 0 | 24 |
} |
25 |
} |