Added some licensing

This commit is contained in:
2018-06-18 21:26:21 -04:00
parent 8f7be6fda4
commit d511844256
2 changed files with 214 additions and 1 deletions

View File

@ -1,8 +1,19 @@
{
"name": "@ztimson/ng-datatable",
"version": "1.0.0",
"homepage": "https://github.com/ztimson/ng-datatable",
"license": "Apache-2.0",
"author": {
"email": "zaktimson@gmail.com",
"name": "Zakary Timson",
"url": "https://zakscode.com"
},
"peerDependencies": {
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
"@angular/core": "^6.0.0-rc.0 || ^6.0.0"
}
},
"files": [
"/README.md",
"/LICENSE"
]
}