forked from FuelInteractive/fuel-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
39 lines (39 loc) · 823 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": "fuel-ui",
"version": "0.0.1",
"homepage": "https://github.com/fuelinteractive/fuel-ui",
"authors": [
"stacygay <@stacygay>",
"coryshaw1 <@coryshaw1>"
],
"description": "A set of ui components for use with Angular 2 and Bootstrap 4",
"main": [
"fuelui.ts"
],
"keywords": [
"angular2",
"bootstrap4",
"fuel-ui"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"jspm_packages",
"test",
"tests"
],
"_release": "0.0.1",
"_resolution": {
"type": "version",
"tag": "0.0.1",
"commit": "96a96cd1d7ded336f33c9660387f41f46962c4f1"
},
"_source": "git://github.com/fuelinteractive/fuel-ui",
"_target": "~0.0.1",
"_originalSource": "fuel-ui",
"_direct": true,
"dependencies": {
"animatewithsass": "~3.2.1"
}
}