{
  "name": "pops",
  "version": "0.1.0",
  "description": "A component based pattern library.",
  "main": "bin/main.js",
  "scripts": {
    "start": "node ./bin/main.js serve",
    "watch": "node ./bin/main.js watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/BrianDGLS/pops"
  },
  "keywords": [
    "styleguide",
    "pattern",
    "library",
    "guide",
    "style",
    "atomic"
  ],
  "preferGlobal": true,
  "bin": {
    "pops": "bin/main.js"
  },
  "author": "BrianDGLS <briandgls@yahoo.com>",
  "license": "ISC",
  "dependencies": {
    "@types/node": "^7.0.12",
    "@types/yargs": "^6.6.0",
    "chalk": "^1.1.3",
    "chokidar": "^1.6.0",
    "express": "^4.14.0",
    "marked": "0.3.6",
    "socket.io": "^1.4.8",
    "twig": "^0.9.5",
    "yargs": "^4.8.1"
  }
}
