descriptor
Version:
Generate property descriptor maps
35 lines (34 loc) • 725 B
JSON
{
"name": "descriptor",
"description": "Generate property descriptor maps",
"version": "0.1.0",
"homepage": "https://github.com/rwldrn/descriptor",
"author": {
"name": "Rick Waldron",
"email": "waldron.rick@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/rwldrn/descriptor.git"
},
"bugs": {
"url": "https://github.com/rwldrn/descriptor/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/rwldrn/descriptor/blob/master/LICENSE-MIT"
}
],
"main": "lib/descriptor",
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.3.17"
},
"keywords": []
}