{
  "name": "chromeo",
  "version": "0.0.3",
  "description": "experimental Node-Browser bridge",
  "main": "index.js",
  "license": "MIT",
  "bin": {
    "chromeo": "./bin/cmd.js"
  },
  "author": {
    "name": "Matt DesLauriers",
    "email": "dave.des@gmail.com",
    "url": "https://github.com/mattdesl"
  },
  "dependencies": {
    "brfs": "^1.4.0",
    "browserify": "^10.2.4",
    "duplexer2": "0.0.2",
    "electron-prebuilt": "^0.28.2",
    "find-node-modules": "^1.0.1",
    "getport": "^0.1.0",
    "minimist": "^1.1.1",
    "object-assign": "^3.0.0",
    "once": "^1.3.2",
    "serializerr": "^1.0.1",
    "simple-watchify-server": "0.0.1",
    "split2": "^1.0.0",
    "through2": "^2.0.0",
    "watchify": "^3.2.2"
  },
  "devDependencies": {
    "tape": "^4.0.0"
  },
  "scripts": {
    "test": "electron server.js",
    "start": "electron server.js test/foo.js --index=test/index2.html --serve=bundle.js --watch -- -t brfs"
  },
  "keywords": [
    "chrome",
    "dev",
    "tools",
    "node",
    "browser",
    "electron",
    "tool",
    "test",
    "unit",
    "local",
    "development",
    "gui",
    "app",
    "node.js"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/Jam3/chromeo.git"
  },
  "homepage": "https://github.com/Jam3/chromeo",
  "bugs": {
    "url": "https://github.com/Jam3/chromeo/issues"
  }
}
