@chbrown/bind
Version:
@bind decorator
20 lines (19 loc) • 446 B
JSON
{
"name": "@chbrown/bind",
"version": "1.0.0",
"description": "@bind decorator",
"keywords": [
"javascript"
],
"homepage": "https://github.com/chbrown/bind",
"repository": "git://github.com/chbrown/bind.git",
"author": "Christopher Brown <io@henrian.com> (http://henrian.com)",
"license": "MIT",
"devDependencies": {
"@types/node": "10.5.2",
"typescript": "2.9.2"
},
"scripts": {
"prepare": "tsc -d"
}
}