-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
37 lines (37 loc) · 858 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
{
"name": "modern-web",
"version": "0.9.5",
"description": "A set of awesome modern components that you can use in every Web project",
"authors": [
"Raphael Dhainaut <[email protected]>",
"David Vanschepdael <[email protected]>"
],
"keywords": [
"modern",
"frontend",
"metro",
"modernUI",
"css",
"angularjs"
],
"license": "http://modernweb.azurewebsites.net/license",
"homepage": "http://modernweb.azurewebsites.net/",
"repository": {
"type": "git",
"url": "https://github.com/raphaeldhainaut/modern-web.git"
},
"dependencies": {
"bootstrap": "3.3.7",
"Font-Awesome": "4.7.0",
"normalize-css": "5.0.0",
"modern-core": "0.1.1",
"modern-utilities": "0.3.9"
},
"devDependencies": {},
"main": [
"css/mw.css"
],
"ignore": [
"**/.*"
]
}