josudoey/promise-solo

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "promise-solo",
  "version": "1.0.0",
  "description": "provide a wrap function for promise solo",
  "main": "index.js",
  "scripts": {
    "test": "nyc --reporter=lcov --reporter=text mocha",
    "eslint": "eslint ./index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/josudoey/promise4solo.git"
  },
  "keywords": [
    "promise",
    "solo",
    "utility",
    "async",
    "flow"
  ],
  "author": "JoeyFang",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/josudoey/promise-solo/issues"
  },
  "homepage": "https://github.com/josudoey/promise-solo#readme",
  "devDependencies": {
    "nyc": "^14.1.1",
    "mocha": "^6.1.4",
    "sinon": "^7.3.2"
  }
}