-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
44 lines (44 loc) · 921 Bytes
/
package.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "nova-vim",
"version": "3.7.1",
"scripts": {
"dev": "scripts/dev",
"build": "scripts/build"
},
"eslintConfig": {
"extends": [
"eslint:recommended"
],
"env": {
"es6": true,
"node": true,
"commonjs": true
},
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
}
},
"devDependencies": {
"eslint": "3.5.0",
"watch": "0.19.2"
},
"dependencies": {
"nova-colors": "^2.1.5"
},
"main": "colors/nova.vim",
"description": "Nova color scheme plugin for Vim",
"homepage": "https://trevordmiller.github.io/nova",
"author": "Trevor D. Miller <[email protected]> (http://www.trevordmiller.com)",
"license": "MIT",
"keywords": [
"vim",
"vim-theme",
"color-scheme",
"colors"
],
"repository": {
"type": "git",
"url": "git+https://github.com/trevordmiller/nova-vim.git"
}
}