UNPKG

mongoose-to-ui-grid

Version:

Mongoose plugin to map mongoose schema to ui-grid columns definition

49 lines (48 loc) 1.04 kB
{ "name": "mongoose-to-ui-grid", "version": "0.1.14", "main": "./lib/index.js", "description": "Mongoose plugin to map mongoose schema to ui-grid columns definition", "homepage": "https://github.com/valorkin/mongoose-to-ui-grid", "bugs": "https://github.com/valorkin/mongoose-to-ui-grid/issues", "author": { "name": "Dmitriy Shekhovtsov", "email": "valorkin@gmail.com", "url": "https://github.com/valorkin" }, "keywords": [ "mongodb", "mongoose", "model", "schema", "angular", "angular-ui", "ui-grid", "angular-ui-grid", "uiGrid" ], "repository": { "type": "git", "url": "https://github.com/valorkin/mongoose-to-ui-grid" }, "licenses": [ { "type": "MIT" } ], "scripts": { "jshint": "gulp lint" }, "dependencies": { "lodash": "2.*", "mongoose-schema-utils": "*" }, "peerDependencies": { "mongoose": "*" }, "devDependencies": { "gulp": "^3.8.7", "gulp-jshint": "^1.8.4", "jshint-stylish": "^0.4.0" } }