{
  "name": "nirvana-js",
  "version": "1.2.0",
  "description": "JavaScript file runner built on Electron",
  "keywords": [
    "Electron",
    "runner"
  ],
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "bin": {
    "nirvana": "bin/cli.js"
  },
  "scripts": {
    "test": "ava",
    "watch": "tsc -w",
    "prepublish": "tsc -p .",
    "reg": "reg-suit run"
  },
  "author": {
    "name": "Quramy",
    "email": "yosuke.kurami@gmail.com"
  },
  "license": "MIT",
  "peerDependencies": {
    "electron": "^1.6.0"
  },
  "repository": "git+https://github.com/Quramy/nirvana-js.git",
  "ava": {
    "files": "lib/e2e/**/*.js",
    "concurrency": 2
  },
  "dependencies": {
    "chalk": "^2.1.0",
    "cp-file": "^4.2.0",
    "gaze": "^1.1.2",
    "glob": "^7.1.2",
    "lodash": "^4.17.4",
    "mkdirp": "^0.5.1",
    "yargs": "^8.0.2"
  },
  "devDependencies": {
    "@azu/docco": "^0.7.2",
    "@types/chalk": "^0.4.31",
    "@types/glob": "^5.0.31",
    "@types/lodash": "^4.14.73",
    "@types/mkdirp": "^0.5.0",
    "@types/node": "^8.0.22",
    "@types/rimraf": "^2.0.1",
    "@types/yargs": "^8.0.2",
    "ava": "^0.22.0",
    "electron": "^1.7.5",
    "jasmine-core": "^2.7.0",
    "jasmine-reporters": "^2.2.1",
    "reg-keygen-git-hash-plugin": "^0.5.1",
    "reg-notify-github-plugin": "^0.5.1",
    "reg-publish-s3-plugin": "^0.5.1",
    "reg-suit": "^0.5.1",
    "rimraf": "^2.6.1",
    "typescript": "2.4.2"
  }
}
