File: //usr/share/nodejs/json-stringify-safe/node_modules/oolong/package.json
{
"name": "oolong",
"version": "1.15.1",
"description": "Utilities for objects. Simple, tasteful and plentiful. Supports inherited properties.",
"keywords": [
"functional",
"underscore",
"util"
],
"homepage": "https://github.com/moll/js-oolong",
"bugs": "https://github.com/moll/js-oolong/issues",
"author": {
"name": "Andri Möll",
"email": "andri@dot.ee",
"url": "http://themoll.com"
},
"repository": {
"type": "git",
"url": "git://github.com/moll/js-oolong.git"
},
"licenses": [{
"type": "LAGPL",
"url": "https://github.com/moll/js-oolong/blob/master/LICENSE"
}],
"main": "index.js",
"scripts": {"test": "make test NODE_OPTS="},
"devDependencies": {
"mocha": ">= 2.5.3 < 3",
"must": ">= 0.13.2 < 0.14",
"sinon": ">= 1.10.3 < 2"
}
}