UNPKG

instalike-me

Version:

NodeJS Library for http://instalike.me/ API

47 lines (46 loc) 869 B
{ "name": "instalike-me", "version": "1.0.3", "author": { "name": "Andrey Revkov <andre.revkov@gmail.com>" }, "description": "NodeJS Library for http://instalike.me/ API", "repository": { "type": "git", "url": "https://github.com/anre-r/instalike-me" }, "contributors": [ "Andrey Revkov <andre.revkov@gmail.com>" ], "dependencies": { "lodash": "^4.17.4", "request": "^2.81.0" }, "license": "MIT", "engines": { "node": ">= 7.3.0" }, "keywords": [ "instagram", "insta", "api", "like", "follow", "unfollow", "promotion", "strategy", "automate" ], "files": [ ".npmignore", "LICENSE", "README.md", "index.js", "package.json" ], "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "readme": "README.md" }