-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
39 lines (39 loc) · 868 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": "md-crud",
"description": "Angular material directive to create customizable CRUD forms.",
"main": "dist/md-crud.js",
"authors": [
"Heli Perez <[email protected]>"
],
"license": "MIT",
"keywords": [
"angularjs",
"angular-material",
"angular-directives",
"angular-components",
"crud",
"restfull"
],
"homepage": "https://github.com/ClassHP/md-crud",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"temp",
"src",
"demo",
"gulpfile.js"
],
"dependencies": {
"angular": "~1.5.*",
"angular-animate": "~1.5.*",
"angular-aria": "~1.5.*",
"angular-messages": "~1.5.*",
"angular-sanitize": "~1.5.*",
"angular-material": "^1.1.3",
"angular-material-data-table": "^0.10.10",
"mdPickers": "^0.7.5",
"moment": "^2.17.1"
}
}