33 lines
704 B
JSON
33 lines
704 B
JSON
{
|
|
"name": "define-property",
|
|
"description": "Define a non-enumerable property on an object.",
|
|
"version": "0.2.5",
|
|
"homepage": "https://github.com/jonschlinkert/define-property",
|
|
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
|
"repository": "jonschlinkert/define-property",
|
|
"license": "MIT",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"main": "index.js",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"should": "^7.0.4"
|
|
},
|
|
"verb": {
|
|
"related": {
|
|
"list": [
|
|
"mixin-deep",
|
|
"mixin-object",
|
|
"delegate-object",
|
|
"forward-object"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"is-descriptor": "^0.1.0"
|
|
}
|
|
} |