UNPKG

mj-pkg

Version:

A Node.js library that abstracts away differences among popular marijuana POS providers.

35 lines (34 loc) 812 B
{ "name": "mj-pkg", "version": "0.0.9", "description": "A Node.js library that abstracts away differences among popular marijuana POS providers.", "main": "index.js", "dependencies": { "promise": "^6.1.0", "request": "^2.51.0" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Nick Parsons <nparsons08@gmail.com> (http://useweave.com)", "license": "MIT", "directories": { "example": "examples" }, "repository": { "type": "git", "url": "https://github.com/use-weave/mj-pkg.git" }, "keywords": [ "mjfreeway", "biotracthc", "pos", "marijuana", "mmj" ], "bugs": { "url": "https://github.com/use-weave/mj-pkg/issues" }, "homepage": "https://github.com/use-weave/mj-pkg" }