contact-service
Version:
A simple array based service layer for address book apps
21 lines (20 loc) • 414 B
JSON
{
"name": "contact-service",
"version": "2.1.2",
"description": "A simple array based service layer for address book apps",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/kayartaya-vinod"
},
"keywords": [
"contact",
"service",
"contact-service"
],
"author": "Vinod <vinod@vinod.co>",
"license": "MIT"
}