UNPKG

instafeed

Version:

Instagram Feed without access token. Not using the Instagram API

44 lines (43 loc) 1.12 kB
{ "name": "instafeed", "description": "Instagram Feed without access token. Not using the Instagram API", "homepage": "https://github.com/jsanahuja/InstagramFeed", "version": "1.4.0", "keywords": [ "instagram", "feed", "InstagramFeed", "without", "access", "token" ], "author": { "name": "Javier Sanahuja", "email": "bannss1@gmail.com" }, "contributors": [ { "name": "Cristian Sanahuja", "email": "csanahuja10@gmail.com" } ], "repository": { "type": "git", "url": "https://github.com/jsanahuja/InstagramFeed.git" }, "license": "MIT", "scripts": { "test": "grunt test", "build": "grunt build" }, "devDependencies": { "@babel/core": "^7.8.3", "@babel/preset-env": "^7.8.3", "babel-preset-minify": "^0.5.1", "grunt": "^1.0.4", "grunt-babel": "^8.0.0", "grunt-contrib-qunit": "^3.1.0" }, "main": "dist/InstagramFeed.min.js", "module": "dist/InstagramFeed.min.js" }