construe
Version:
Object.defineProperty wrapper with nice description methods
32 lines (31 loc) • 652 B
JSON
{
"name": "construe",
"version": "0.4.1",
"description": "Object.defineProperty wrapper with nice description methods",
"main": "index.js",
"scripts": {
"test": "vows test/* --spec"
},
"devDependencies": {
"vows": "*"
},
"repository": {
"type": "git",
"url": "git@github.com:finalclass/construe.git"
},
"keywords": [
"object",
"class",
"defineProperty",
"defineProperties",
"descriptor"
],
"author": "Szymon Wygnański <s@finalclass.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/finalclass/construe/issues"
},
"dependencies": {
"final-events": "0.5.0"
}
}