{
  "name": "seq-prom",
  "version": "2.1.0",
  "description": "A small library to allow for sequential operations on an array using Promises",
  "main": "dist/index.js",
  "scripts": {
    "test": "jest src/index.es6.js",
    "build": "npx babel src --out-dir browser && mv browser/index.es6.js browser/index.js && cp src/index.es6.js dist/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adrianbrowning/SeqProm.git"
  },
  "keywords": [
    "Promises",
    "Sequential"
  ],
  "author": "Adrian Browning",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/adrianbrowning/SeqProm/issues"
  },
  "homepage": "https://github.com/adrianbrowning/SeqProm#readme",
  "devDependencies": {
    "@babel/cli": "^7.1.2",
    "@babel/core": "^7.1.2",
    "@babel/polyfill": "^7.0.0",
    "@babel/preset-env": "^7.1.0",
    "jest": "^23.6.0"
  },
  "dependencies": {}
}
