fetch-instagram
Version:
A lightweight and universal Instagram API client
57 lines (56 loc) • 1.46 kB
JSON
{
"name": "fetch-instagram",
"version": "1.0.0-alpha.3",
"description": "A lightweight and universal Instagram API client",
"main": "build",
"files": [
"index.jsx",
"build"
],
"scripts": {
"build": "babel index.js -d build",
"flow": "flow check",
"prepublish": "yarn run build",
"precommit": "lint-staged",
"prettier": "prettier --no-semi --single-quote --trailing-comma all --parser flow --write index.js",
"test": "jest --coverage index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/glennreyes/fetch-instagram.git"
},
"keywords": [
"instagram",
"instagram-api",
"fetch",
"api",
"promise",
"node",
"browser",
"universal",
"isomorphic"
],
"author": "Glenn Reyes <glenn@glennreyes.com> (https://twitter.com/glnnrys)",
"license": "MIT",
"bugs": {
"url": "https://github.com/glennreyes/fetch-instagram/issues"
},
"homepage": "https://github.com/glennreyes/fetch-instagram#readme",
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-env": "^1.5.1",
"babel-preset-stage-3": "^6.24.1",
"flow-bin": "^0.47.0",
"husky": "^0.13.4",
"jest": "^20.0.4",
"lint-staged": "^3.5.0",
"prettier": "^1.3.1"
},
"dependencies": {
"es6-promise": "^4.1.0",
"isomorphic-fetch": "^2.2.1",
"ramda": "^0.24.0"
}
}