{
  "name": "ui-state",
  "version": "1.0.0",
  "description": "Conversion tool to transform UI state object to readable url query params and back.",
  "main": "index.js",
  "scripts": {
    "test": "npm run lint && mocha test/",
    "lint": "jshint lib/**.js test/**.js",
    "build": "npm test && npm run cov && npm run plato && npm run doc",
    "doc": "npm run doc:html && npm run doc:concat && rm doc/_content.html.part",
    "cov": "jscoverage lib lib-cov --exclude .jshintrc && npm run cov:html",
    "cov:html": "JS_COV=1 mocha -b --reporter=html-cov > doc/coverage.html",
    "doc:html": "mocha -b --reporter=doc > doc/_content.html.part",
    "doc:concat": "cat doc/_header.html.part doc/_content.html.part doc/_footer.html.part > doc/index.html",
    "plato": "npm run plato:cleanup && plato --dir=doc/plato --jshint=lib/.jshintrc lib/**/*.js",
    "plato:cleanup": "rm -rf doc/plato"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:packetloop/ui-state.git"
  },
  "keywords": [
    "json",
    "url",
    "convert",
    "querystring"
  ],
  "author": "Nik Butenko <nik@butenko.me> (http://butenko.me)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/packetloop/ui-state/issues"
  },
  "homepage": "https://github.com/packetloop/ui-state",
  "readmeFilename": "README.md",
  "devDependencies": {
    "chai": "^2.0.0",
    "jscoverage": "^0.5.9",
    "jshint": "^2.6.0",
    "mocha": "^2.1.0"
  }
}
