-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1013 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
{
"name": "tvim",
"version": "0.2.0",
"description": "A minimalist template / scaffolding engine for text editors (vim, neovim)",
"directories": {
"bin": "bin",
"doc": "docs",
"test": "test",
"example": "examples"
},
"scripts": {
"test": "bake test"
},
"dependencies": {
"140-opts": "^1.1.0",
"debug": "^2.2.0",
"handlebars": "^4.0.5",
"minimatch": "^3.0.0",
"moment": "^2.13.0",
"read-pkg-up": "^1.0.1"
},
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-regenerator": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"bake-cli": "^0.1.6",
"eslint": "^2.10.2",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.2",
"gentle-cli": "^1.0.3",
"mocha": "^2.5.2",
"standard-version": "^2.2.1",
"watchd": "github:mklabs/watchd"
},
"main": "lib",
"license": "MIT",
"bin": "bin/tvim"
}