aboutsummaryrefslogtreecommitdiff
path: root/node_modules/auto-bind/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/auto-bind/package.json')
-rw-r--r--node_modules/auto-bind/package.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/node_modules/auto-bind/package.json b/node_modules/auto-bind/package.json
new file mode 100644
index 000000000..ebb2f0989
--- /dev/null
+++ b/node_modules/auto-bind/package.json
@@ -0,0 +1,38 @@
+{
+ "name": "auto-bind",
+ "version": "1.1.0",
+ "description": "Automatically bind methods to their class instance",
+ "license": "MIT",
+ "repository": "sindresorhus/auto-bind",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "engines": {
+ "node": ">=4"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "files": [
+ "index.js"
+ ],
+ "keywords": [
+ "auto",
+ "bind",
+ "class",
+ "methods",
+ "method",
+ "automatically",
+ "prototype",
+ "instance",
+ "function",
+ "this",
+ "self"
+ ],
+ "devDependencies": {
+ "ava": "*",
+ "xo": "*"
+ }
+}