-
Notifications
You must be signed in to change notification settings - Fork 105
/
bower.json
36 lines (36 loc) · 857 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
{
"name": "mcg",
"version": "0.0.1",
"homepage": "https://github.com/mbitson/mcg",
"authors": [
"mbitson",
"fireflight1"
],
"description": "A color generator for AngularJS Material Design themes.",
"main": "index.html",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "latest",
"angular-animate": "latest",
"angular-aria": "latest",
"angular-material": "latest",
"angular-route": "latest",
"angular-material-icons": "^0.6",
"jquery": "~2.1.3",
"spectrum": "1.6.0",
"angular-spectrum-colorpicker": "~1.3.5",
"tinycolor": "~1.2.1",
"angular-toArrayFilter": "~1.0.1",
"prism": "^1.6.0",
"clipboard": "^1.5.16",
"angular-sanitize": "latest",
"angular-cookies": "^1.6.1"
}
}