aboutsummaryrefslogtreecommitdiff
path: root/node_modules/only/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/only/package.json')
-rw-r--r--node_modules/only/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/node_modules/only/package.json b/node_modules/only/package.json
new file mode 100644
index 00000000..35bda14e
--- /dev/null
+++ b/node_modules/only/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "only",
+ "version": "0.0.2",
+ "description": "return whitelisted properties of an object",
+ "keywords": ["utility", "util", "object", "whitelist"],
+ "author": "TJ Holowaychuk <tj@vision-media.ca>",
+ "repository": "git://github.com/visionmedia/node-only",
+ "dependencies": {},
+ "devDependencies": {
+ "mocha": "*",
+ "should": "*"
+ },
+ "main": "index"
+}