{
  "name": "kom",
  "version": "0.0.1",
  "description": "A tool for creating web components using the npm packaging system and browserify - for sweet as sweet can be re-use and encapsulation.",
  "main": "index.js",
  "scripts": {
  },
  "keywords": [
    "component",
    "browserify",
    "kom",
    "client",
    "side",
    "web",
    "modules"
  ],
  "bin": {
    "kom": "bin/kom"
  },
  "author": "Emil Stenqvist <emsten@gmail.com>",
  "license": "GPL",
  "devDependencies": {
    "resolve": "~0.4.3"
  },
  "dependencies": {
    "browserify": "~2.29.0",
    "brfs": "0.0.7",
    "optimist": "~0.6.0",
    "JSONStream": "~0.6.4",
    "through": "~2.3.4",
    "concat-stream": "~1.0.1",
    "parents": "0.0.1",
    "async": "~0.2.9",
    "fs.extra": "~1.2.1",
    "combined-stream": "0.0.4",
    "glob": "~3.2.6"
  }
}
