{
  "name": "electron-profile",
  "version": "1.1.2",
  "description": "Store and manipulate your profile for your Electron app.",
  "main": "index.js",
  "scripts": {
    "start": "electron",
    "test": "npm run test:unit && npm run test:e2e",
    "test:unit": "electron-node-tap --preload ./test/unit/preload.js ./test/unit/*.spec.js",
    "test:e2e": "mocha ./test/e2e/*.spec.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/electron-utils/electron-profile.git"
  },
  "keywords": [
    "Electron",
    "Platform"
  ],
  "author": "jwu",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/electron-utils/electron-profile/issues"
  },
  "homepage": "https://github.com/electron-utils/electron-profile",
  "devDependencies": {
    "electron": "^1.6.5",
    "electron-node-tap": "^1.1.3",
    "mocha": "^3.2.0",
    "spectron": "^3.6.1"
  },
  "dependencies": {
    "electron-ipc-plus": "^1.3.3",
    "electron-platform": "^1.2.0",
    "electron-protocols": "^1.0.4",
    "fs-jetpack": "^0.13.3"
  }
}
