aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 86cfc7beb365d013cd622d6538bd1f94ca7324cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "name": "vim-vixen",
  "description": "Vim vixen",
  "scripts": {
    "start": "webpack -w --debug",
    "lint": "eslint src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ueokande/vim-vixen.git"
  },
  "author": "Shin'ya Ueoka",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ueokande/vim-vixen/issues"
  },
  "homepage": "https://github.com/ueokande/vim-vixen",
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-eslint": "^7.2.3",
    "babel-loader": "^7.1.1",
    "babel-preset-es2015": "^6.24.1",
    "eslint": "^4.4.1",
    "webpack": "^3.5.3"
  }
}