{
  "name": "promto",
  "version": "1.2.0",
  "description": "Create a promise with a timeout.",
  "main": "build/index.js",
  "module": "src/index.js",
  "scripts": {
    "t": "zoroaster -a",
    "test": "yarn t test/spec",
    "spec": "yarn t test/spec",
    "mask": "yarn t test/mask",
    "test-build": "ALAMODE_ENV=test-build yarn test",
    "lint": "eslint .",
    "doc": "NODE_DEBUG=doc doc -o README.md",
    "b": "alamode src -o build -s",
    "d": "yarn-s d1",
    "d1": "typal src/index.js -c",
    "externs": "typal externs.js -e",
    "build": "yarn-s d b doc",
    "e": "alanode",
    "example/": "yarn e example/example.js"
  },
  "files": [
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/artdecocode/promto.git"
  },
  "keywords": [
    "promise",
    "timeout",
    "async"
  ],
  "author": "Anton <anton@adc.sh>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Sobesednik/promto/issues"
  },
  "homepage": "https://github.com/Sobesednik/promto#readme",
  "devDependencies": {
    "alamode": "^3.2.0",
    "documentary": "^1.34.1",
    "zoroaster": "^4.1.2"
  }
}
