summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/proto-list/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/proto-list/package.json')
-rw-r--r--deps/npm/node_modules/proto-list/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/deps/npm/node_modules/proto-list/package.json b/deps/npm/node_modules/proto-list/package.json
new file mode 100644
index 0000000000..5cab34befe
--- /dev/null
+++ b/deps/npm/node_modules/proto-list/package.json
@@ -0,0 +1,9 @@
+{ "name" : "proto-list"
+, "version" : "1.0.0"
+, "description" : "A utility for managing a prototype chain"
+, "main" : "./proto-list.js"
+, "author" : "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)"
+, "scripts" : { "test" : "node proto-list.js" }
+, "repository": { "type": "git", "url": "https://github.com/isaacs/proto-list" }
+, "license": { "type": "MIT", "url": "https://github.com/isaacs/proto-list/blob/master/LICENSE" }
+, "devDependencies" : { "tap" : "0" } }