ish-cd/api-client-js

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@ish-cd/api-client",
  "version": "1.0.0-alpha.7",
  "description": "JavaScript API client for Ish - Continuous Delivery.",
  "main": "dist/ish-cd-client.js",
  "scripts": {
    "test": "gulp",
    "lint": "gulp lint",
    "test-browser": "gulp test-browser",
    "watch": "gulp watch",
    "build": "gulp build",
    "coverage": "gulp coverage",
    "version": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ish-cd/api-client-js.git"
  },
  "keywords": [],
  "author": "Eric Peterson <eric@ish-cd.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ish-cd/api-client-js/issues"
  },
  "homepage": "https://github.com/ish-cd/api-client-js",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "babel-core": "6.14.0",
    "babel-loader": "6.2.5",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-polyfill": "6.13.0",
    "babel-preset-latest": "6.14.0",
    "babel-register": "6.14.0",
    "chai": "3.5.0",
    "del": "2.2.2",
    "glob": "7.0.6",
    "gulp": "3.9.1",
    "gulp-eslint": "3.0.1",
    "gulp-filter": "4.0.0",
    "gulp-istanbul": "1.1.1",
    "gulp-livereload": "3.8.1",
    "gulp-load-plugins": "1.2.4",
    "gulp-mocha": "3.0.1",
    "gulp-plumber": "1.1.0",
    "gulp-rename": "1.2.2",
    "gulp-sourcemaps": "1.6.0",
    "gulp-uglify": "2.0.0",
    "isparta": "4.0.0",
    "json-loader": "0.5.4",
    "mocha": "3.0.2",
    "sinon": "1.17.5",
    "sinon-chai": "2.8.0",
    "webpack": "1.13.2",
    "webpack-stream": "3.2.0"
  },
  "babelBoilerplateOptions": {
    "entryFileName": "ish-cd-client.js",
    "mainVarName": "IshCD"
  },
  "dependencies": {
    "popsicle": "^9.1.0"
  }
}