object-crud
Version:
You can create, update, delete, edit object and get back a new copy of object.
24 lines (23 loc) • 616 B
JSON
{
"name": "object-crud",
"version": "1.0.0",
"description": "You can create, update, delete, edit object and get back a new copy of object. ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://xmanemran@github.com/xmanemran/object-crud.git"
},
"keywords": [
"OBJECT",
"CRUD"
],
"author": "Emran <xmanemran@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/xmanemran/object-crud/issues"
},
"homepage": "https://github.com/xmanemran/object-crud#readme"
}