Mercurial > piecrust2
comparison foodtruckui/bower.json @ 587:d4a01a023998
admin: Add "FoodTruck" admin panel from the side experiment project.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 16 Jan 2016 14:24:35 -0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
586:59268b4d8c71 | 587:d4a01a023998 |
---|---|
1 { | |
2 "name": "FoodTruck", | |
3 "description": "", | |
4 "authors": [ | |
5 "Ludovic Chabant <ludovic@chabant.com>" | |
6 ], | |
7 "homepage": "http://bolt80.com/piecrust", | |
8 "ignore": [ | |
9 "node_modules", | |
10 "bower_components" | |
11 ], | |
12 "dependencies": { | |
13 "bootstrap-sass": "~3.3.5", | |
14 "font-awesome": "fontawesome#~4.5.0", | |
15 "Ionicons": "ionicons#~2.0.1" | |
16 } | |
17 } |