josudoey/promise4solo

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "promise4solo",
  "version": "1.0.3",
  "description": "provide a wrap function for promise solo",
  "main": "index.js",
  "scripts": {
    "test": "istanbul cover _mocha  --print both",
    "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/promise4solo/issues"
  },
  "homepage": "https://github.com/josudoey/promise4solo#readme",
  "devDependencies": {
    "istanbul": "^0.4.5",
    "mocha": "^3.2.0",
    "sinon": "^1.17.7"
  }
}