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