UNPKG

channeladvisor-localdb

Version:

library that keeps the local inventory database updated

41 lines (40 loc) 999 B
{ "name": "channeladvisor-localdb", "version": "0.5.3", "description": "library that keeps the local inventory database updated", "main": "lib/index.js", "scripts": { "prepublish": "grunt build", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/SEAPUNK/channeladvisor-localdb.git" }, "author": "Ivan K <ivan@sq10.net>", "license": "MIT", "bugs": { "url": "https://github.com/SEAPUNK/channeladvisor-localdb/issues" }, "homepage": "https://github.com/SEAPUNK/channeladvisor-localdb#readme", "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-clean": "^0.6.0", "grunt-livescript": "^0.5.4", "livescript": "^1.4.0" }, "dependencies": { "async": "^1.4.2", "debug": "^2.2.0", "mysql": "^2.9.0", "sequelize": "^3.6.0", "winston": "^1.0.1" }, "keywords": [ "channel", "advisor", "api", "database", "channeladvisor" ] }