This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/component-bind/package.json
2020-11-01 22:46:04 +00:00

23 lines
381 B
JSON

{
"name": "component-bind",
"version": "1.0.0",
"description": "function binding utility",
"keywords": [
"bind",
"utility"
],
"devDependencies": {
"mocha": "*",
"should": "*"
},
"component": {
"scripts": {
"bind/index.js": "index.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/component/bind.git"
}
}