abind
Version:
Auto bind instance methods of classes.
46 lines (45 loc) • 1.04 kB
JSON
{
"name": "abind",
"version": "1.0.5",
"description": "Auto bind instance methods of classes.",
"main": "lib",
"browser": "shim/browser",
"scripts": {
"test": "./ci/test.js",
"prepublish": "./ci/build.js && ./ci/shim.js"
},
"repository": "a-labo/abind",
"keywords": [
"autobind"
],
"author": {
"name": "Taka Okunishi",
"email": "okunishitaka.com@gmail.com",
"url": "http://okunishitaka.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/a-labo/abind/issues"
},
"homepage": "https://github.com/a-labo/abind#readme",
"dependencies": {},
"devDependencies": {
"ababel": "^5.0.12",
"amocha": "^5.0.2",
"ape-doc": "^2.0.4",
"ape-formatting": "^2.0.2",
"ape-releasing": "^5.0.7",
"ape-reporting": "^3.0.2",
"ape-tasking": "^4.0.8",
"ape-tmpl": "^6.0.14",
"ape-updating": "^5.0.3",
"co": "^4.6.0",
"coz": "^7.0.19",
"filecopy": "^4.0.2",
"injectmock": "^2.0.0"
},
"engines": {
"node": ">=6",
"npm": ">=3"
}
}