Comandeer/LazyPromise

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "lazy-promise",
  "version": "0.0.1",
  "description": "ES6 lazy promise",
  "main": "index.js",
  "jsnext:main": "index.es6.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "lint": "eslint index.js index.es6.js tests/**",
    "test": "mocha ./tests",
    "build": "node ./build && npm test && npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Comandeer/LazyPromise.git"
  },
  "keywords": [
    "promise",
    "ES6"
  ],
  "author": "Comandeer",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Comandeer/LazyPromise/issues"
  },
  "homepage": "https://github.com/Comandeer/LazyPromise#readme",
  "devDependencies": {
    "chai": "^3.2.0",
    "chai-spies": "^0.7.0",
    "eslint": "^2.2.0",
    "mocha": "^2.2.5"
  }
}