forked from wthomsen/ng-materialize
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
37 lines (37 loc) · 764 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": "ng-materialize",
"version": "0.1.2",
"description": "Custom build of the Materialize framework with native AngularJS components.",
"main": [
"dist/ng-materialize.js",
"dist/ng-materialize.css"
],
"dependencies": {
"angular": "~1.4.0",
"angular-animate": "~1.4.0",
"waves": "0.7.2"
},
"devDependencies": {
"materialize": "~0.97.0",
"ui-router": "~0.2.15",
"angular-messages": "~1.4.2",
"prism": "~1.0.0",
"ngSmoothScroll": "~1.7.1"
},
"keywords": [
"Angular",
"Materialize",
"components"
],
"ignore": [
"**/.*",
"docs",
"Gruntfile.js",
"package.json"
],
"docsPath": "docs",
"moduleName": "ngMaterializeDocs",
"resolutions": {
"angular": "1.4.0"
}
}