changeset 1 | 1cdebfeb77f9 |
child 11 | c0f9f9ab2a8a |
0:e1d4d7a8255a | 1:1cdebfeb77f9 |
---|---|
1 { |
|
2 "name": "mons", |
|
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", |
|
22 "allmighty-autocomplete": "*", |
|
23 "bootstrap": "~3.1.1" |
|
24 } |
|
25 } |