orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
26 lines (25 loc) • 654 B
JSON
{
"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"
}