md-crud
Version:
Angular material directive to create customizable CRUD forms.
51 lines (50 loc) • 1.24 kB
JSON
{
"name": "md-crud",
"version": "1.0.0",
"author": {
"name": "Heli Perez",
"url": "https://twitter.com/classhp",
"email": "classhp@gmail.com"
},
"description": "Angular material directive to create customizable CRUD forms.",
"homepage": "https://github.com/ClassHP/md-crud",
"keywords": [
"angular",
"angularjs",
"angular-material",
"angular-directives",
"angular-components",
"crud",
"restfull",
"rest"
],
"registry": "github",
"repository": {
"type": "git",
"url": "git://github.com/ClassHP/md-crud.git"
},
"bugs": {
"url": "https://github.com/ClassHP/md-crud/issues",
"email": "classhp@gmail.com"
},
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^3.0.0",
"gulp-uglify": "^2.0.1",
"gulp-version-filename": "^1.0.2"
},
"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"
}
}