ng2-smart-table-custom
Version:
Angular Smart Table with inline-validations support
34 lines • 839 B
JSON
{
"name": "ng2-smart-table-custom",
"version": "1.3.0",
"description": "Angular Smart Table with inline-validations support",
"main": "./bundles/table.umd.js",
"module": "./index.js",
"typings": "./index.d.ts",
"author": "akveo",
"license": "MIT",
"scripts": {},
"repository": {
"type": "git",
"url": "git+http://akveo.github.io/ng2-smart-table.git"
},
"bugs": {
"url": "http://akveo.github.io/ng2-smart-table/issues"
},
"homepage": "http://akveo.github.io/ng2-smart-table/#readme",
"keywords": [
"angular",
"typescript",
"table",
"akveo"
],
"dependencies": {
"lodash": "^4.17.4",
"ng2-completer": "^1.2.2"
},
"peerDependencies": {
"@angular/common": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0"
}
}