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
27
28
29
|
{
"name": "vim-vixen",
"description": "Vim vixen",
"scripts": {
"start": "webpack -w --debug",
"lint": "eslint src",
"test": "true"
},
"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",
"chai": "^4.1.1",
"eslint": "^4.4.1",
"mocha": "^3.5.0",
"webpack": "^3.5.3"
}
}
|