Katochimoto/mops

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "mops",
  "description": "The operation queue",
  "version": "3.0.2",
  "keywords": [
    "operation",
    "queue"
  ],
  "homepage": "https://github.com/Katochimoto/mops",
  "author": {
    "name": "Rikishi",
    "email": "rikishi@protonmail.ch",
    "url": "https://github.com/Katochimoto"
  },
  "bugs": {
    "url": "https://github.com/Katochimoto/mops/issues",
    "email": "rikishi@protonmail.ch"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Katochimoto/mops"
  },
  "dependencies": {},
  "devDependencies": {
    "babel": "6.5.2",
    "babel-cli": "6.16.0",
    "babel-eslint": "7.0.0",
    "babel-loader": "6.2.5",
    "babel-preset-es2015": "6.16.0",
    "babel-preset-stage-0": "6.16.0",
    "babel-register": "6.16.3",
    "benchmark": "2.1.1",
    "chai": "3.5.0",
    "es6-map": "0.1.4",
    "es6-set": "0.1.4",
    "es6-symbol": "3.1.0",
    "eslint": "3.7.1",
    "eslint-config-yandex": "1.0.6",
    "eslint-loader": "1.5.0",
    "invariant": "2.2.1",
    "istanbul": "1.1.0-alpha.1",
    "istanbul-instrumenter-loader": "1.0.0",
    "lodash": "4.16.4",
    "lolex": "1.5.1",
    "mocha": "3.1.0",
    "platform": "1.3.1",
    "preprocess": "3.1.0",
    "preprocess-loader": "0.2.0",
    "sinon": "1.17.6",
    "sinon-chai": "2.8.0",
    "vow": "0.4.12",
    "webpack": "1.13.2"
  },
  "engines": {
    "node": ">=4.0.0",
    "npm": ">=3.0.0"
  },
  "scripts": {
    "test": "eslint . --color; mocha --compilers js:babel-register",
    "test-dev": "eslint . --color; mocha --compilers js:babel-register -w",
    "prod": "NODE_ENV=production webpack --progress",
    "dev": "NODE_ENV=development webpack --progress --watch",
    "coverage": "rm -rf coverage; istanbul cover _mocha -- --compilers js:babel-register",
    "codeclimate": "npm run coverage; CODECLIMATE_REPO_TOKEN=dafd0fb850e792364e7595a939ef2a22933ce4d5ad1c7a972eb0fe7dc2c4e0c7 codeclimate-test-reporter < coverage/lcov.info"
  },
  "main": "dist/mops.js",
  "directories": {
    "test": "test"
  }
}