{
  "name": "oni-vim",
  "version": "0.1.11",
  "description": "NeoVim front-end with IDE-style extensibility",
  "keywords": [
    "vim",
    "neovim",
    "text",
    "editor",
    "ide",
    "vim"
  ],
  "main": "index.js",
  "bin": {
    "oni": "./cli/oni",
    "oni-vim": "./cli/oni"
  },
  "scripts": {
    "prepublish": "crlf --set=LF ./cli/oni",
    "build": "npm run build:browser && npm run build:plugins",
    "build-debug": "npm run build:browser-debug && npm run build:plugins",
    "build:browser": "webpack --config browser/webpack.production.config.js",
    "build:browser-debug": "webpack --config browser/webpack.debug.config.js",
    "build:plugins": "cd vim/core/oni-plugin-typescript && npm run build",
    "test": "npm run test:browser && npm run test:plugins:typescript",
    "test:browser": "cd browser && tsc -p tsconfig.json && mocha --recursive ../lib_test/browser/test",
    "lint": "tslint --project browser/tsconfig.json --config browser/tslint.json && tslint vim/core/oni-plugin-typescript/src/**/*.ts",
    "test:plugins:typescript": "cd vim/core/oni-plugin-typescript && npm run test",
    "start": "concurrently --kill-others \"npm run start-hot\" \"npm run watch:browser\" \"npm run watch:plugins\"",
    "start-hot": "cross-env NODE_ENV=development electron main.js",
    "start-not-dev": "cross-env electron main.js",
    "watch:browser": "webpack-dev-server --config browser/webpack.hotreload.config.js --inline --hot --host localhost --port 8191",
    "watch:plugins": "cd vim/core/oni-plugin-typescript && tsc --watch",
    "uninstall-global": "npm rm -g oni-vim",
    "install-global": "npm install -g oni-vim"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/extr0py/oni"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "classnames": "2.2.5",
    "electron": "1.6.1",
    "electron-default-menu": "1.0.0",
    "find-parent-dir": "0.3.0",
    "glob": "7.1.1",
    "lodash": "4.17.0",
    "minimist": "1.2.0",
    "mkdirp": "0.5.1",
    "mocha": "3.1.2",
    "neovim-client": "2.1.0",
    "q": "1.4.1",
    "react": "15.3.1",
    "react-dom": "15.3.1",
    "react-measure": "1.4.2",
    "react-redux": "4.4.5",
    "redux": "3.5.2",
    "redux-thunk": "2.2.0",
    "typescript": "2.2.1",
    "wcwidth": "1.0.1"
  },
  "devDependencies": {
    "@types/classnames": "0.0.32",
    "@types/electron": "1.4.27",
    "@types/glob": "5.0.30",
    "@types/jsdom": "2.0.29",
    "@types/lodash": "4.14.38",
    "@types/minimist": "1.1.29",
    "@types/mkdirp": "0.3.29",
    "@types/mocha": "2.2.33",
    "@types/node": "6.0.48",
    "@types/q": "0.0.32",
    "@types/react": "0.14.48",
    "@types/react-dom": "0.14.18",
    "@types/react-measure": "0.4.5",
    "@types/react-redux": "4.4.32",
    "@types/redux-thunk": "^2.1.0",
    "@types/sinon": "1.16.32",
    "autoprefixer": "6.4.0",
    "concurrently": "3.1.0",
    "crlf": "1.1.0",
    "cross-env": "3.1.3",
    "css-loader": "0.26.1",
    "electron-devtools-installer": "2.1.0",
    "jsdom": "9.9.1",
    "less": "2.7.1",
    "less-loader": "2.2.3",
    "less-plugin-autoprefix": "1.5.1",
    "mocha": "3.1.2",
    "optimize-js-plugin": "0.0.4",
    "react-hot-loader": "1.3.1",
    "sinon": "1.17.6",
    "style-loader": "0.13.1",
    "ts-loader": "1.2.2",
    "tslint": "4.0.2",
    "webpack": "1.13.2",
    "webpack-dev-server": "1.16.1"
  }
}
