{
  "name": "electron-kit",
  "version": "0.3.0",
  "description": "Utility kits for middle-scale electron app",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@github-ragg:Ragg-/electron-kit.git"
  },
  "keywords": [
    "electron"
  ],
  "author": "Ragg-",
  "license": "MIT",
  "devDependencies": {
    "coffee-script": "^1.9.2"
  },
  "dependencies": {
    "event-kit": "^1.3.0",
    "eventemitter3": "^1.1.1",
    "fs-plus": "^2.8.1",
    "lodash": "^3.8.0",
    "lodash-deep": "^1.6.0"
  },
  "scripts" : {
      "prepublish" : "coffee -o lib/ -c src/"
  }
}
