You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
654 B
26 lines
654 B
{
|
|
"name": "generate-object-property",
|
|
"version": "1.2.0",
|
|
"description": "Generate safe JS code that can used to reference a object property",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mafintosh/generate-object-property"
|
|
},
|
|
"devDependencies": {
|
|
"tape": "^2.13.0"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test.js"
|
|
},
|
|
"dependencies": {
|
|
"is-property": "^1.0.0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mafintosh/generate-object-property/issues"
|
|
},
|
|
"homepage": "https://github.com/mafintosh/generate-object-property",
|
|
"main": "index.js",
|
|
"author": "Mathias Buus (@mafintosh)",
|
|
"license": "MIT"
|
|
}
|