UNPKG

loggify-node

Version:
35 lines (34 loc) 736 B
{ "name": "loggify-node", "version": "0.0.1", "description": "Client for loggify web service", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/lcnvdl/loggify-node.git" }, "keywords": [ "loggify" ], "author": "lcnvdl", "license": "MIT", "bugs": { "url": "https://github.com/lcnvdl/loggify-node/issues" }, "homepage": "https://github.com/lcnvdl/loggify-node#readme", "devDependencies": { "chai": "^4.2.0", "mocha": "^6.2.2" }, "dependencies": { "axios": "^0.19.0", "node-localstorage": "^1.3.1", "uuid": "^3.3.3" } }