{
  "name": "muxjs",
  "version": "2.4.18",
  "description": "Modeling app states with muxjs.",
  "main": "index.js",
  "scripts": {
    "test": "npm run mocha",
    "mocha": "mocha test/index.js",
    "mocha-dist": "mocha test/index.dist.js",
    "dist": "browserify --standalone Mux ./index.js > dist/mux.js && uglifyjs -c hoist_vars=true dist/mux.js > dist/mux.min.js",
    "cover": "_mocha --require blanket --reporter mocha-lcov-reporter ./test/index.js | ./node_modules/coveralls/bin/coveralls.js",
    "cover-html": "mocha --require blanket --reporter html-cov ./test/index.js > coverage.html",
    "release": "git push && git push --tag && npm publish",
    "prepublish": "npm test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/switer/mux.git"
  },
  "keywords": [
    "state",
    "model"
  ],
  "author": "switer",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/switer/mux/issues"
  },
  "homepage": "https://github.com/switer/mux",
  "devDependencies": {
    "blanket": "^1.1.6",
    "coveralls": "^2.11.2",
    "gulp": "^3.8.10",
    "gulp-concat": "^2.4.3",
    "gulp-header": "^1.2.2",
    "gulp-uglify": "^1.1.0",
    "gulp-uglifyjs": "^0.5.0",
    "gulp-webpack": "^1.1.2",
    "istanbul": "^0.3.5",
    "mocha": "^2.1.0",
    "mocha-lcov-reporter": "0.0.1"
  },
  "config": {
    "blanket": {
      "pattern": "lib"
    }
  }
}
