UNPKG

pavlokjs

Version:
31 lines (30 loc) 665 B
{ "name": "pavlokjs", "version": "1.0.1", "description": "JavaScript Wrapper for the Pavlok API", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha ./test" }, "repository": { "type": "git", "url": "https://github.com/EastCoastProduct/pavlokjs.git" }, "keywords": [ "pavlok", "api" ], "author": "Christopher Swenor", "license": "MIT", "bugs": { "url": "https://github.com/EastCoastProduct/pavlokjs/issues" }, "homepage": "https://github.com/EastCoastProduct/pavlokjs", "dependencies": { "request": "^2.55.0" }, "devDependencies": { "mocha": "^2.2.5", "sinon": "^1.14.1" } }