blob: 35bda14e6c9da9796994dd59373ca71d213ed9b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
}
|