-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (37 loc) · 824 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
{
"name": "cogniexpresssample",
"description": "",
"main": "app.js",
"authors": [
"vishal18-gupta <[email protected]>"
],
"license": "ISC",
"homepage": "https://github.com/vishal18-gupta/CogniExpressSample",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "^3.3.7",
"font-awesome": "^4.7.0"
},
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/js/bootstrap.js",
"dist/css/bootstrap.css"
]
},
"font-awesome": {
"main": [
"less/font-awesome.less",
"scss/font-awesome.scss",
"css/font-awesome.css"
]
}
}
}