UNPKG

postgresql-instagram-id

Version:
40 lines (39 loc) 989 B
{ "name": "postgresql-instagram-id", "version": "1.0.13", "description": "instagram id for sharding", "main": "dist/index.js", "keywords": [ "postgresql", "instagram", "sharding", "github" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "babel ./lib -d ./dist", "prepublish": "npm build" }, "author": "ken <geunbaelee@gmail.com>", "repository": "Pellue/postgresql-instagram-id", "license": "MIT", "dependencies": { "bluebird": "^3.5.0" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-jest": "^19.0.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.2.2", "babel-preset-es2015": "^6.24.0", "babel-preset-stage-3": "^6.24.1", "gulp": "^3.9.1", "gulp-jasmine": "^2.4.2", "gulp-util": "^3.0.8", "jest-cli": "^19.0.2", "knex": "^0.13.0", "lab": "^12.1.0", "nodemon": "^1.11.0", "regenerator-runtime": "^0.10.3" } }