UNPKG

thingiverse-js

Version:

Easy Thingiverse API requests for Node.js

37 lines (36 loc) 720 B
{ "name": "thingiverse-js", "version": "1.0.1", "description": "Easy Thingiverse API requests for Node.js", "main": "lib/index.js", "scripts": { "prepublish": "npm test", "preversion": "npm test", "test": "mocha" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/makerbot/thingiverse-js.git" }, "author": "Greg Walden <greg.walden@makerbot.com>", "license": "MIT", "devDependencies": { "chai": "^3.4.1", "mocha": "^3.0.0", "nock": "^9.0.9" }, "dependencies": { "form-data": "^2.1.2", "got": "^8.3.0", "lodash": "^4.17.4" }, "keywords": [ "thingiverse", "api", "makerbot", "got" ], "files": [ "lib/" ] }