-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
46 lines (46 loc) · 998 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
45
46
{
"name": "velocity",
"version": "0.7.3",
"description": "A node velocity template engine.",
"homepage": "https://github.com/fool2fish/velocity",
"keywords": [
"node",
"velocity",
"template",
"engine"
],
"author": "fool2fish <[email protected]>",
"scripts": {
"test": "mocha -R spec -t 15000 -r should test/*.test.js",
"test-cov": "istanbul cover node_modules/.bin/_mocha -- -t 15000 -r should test/*.test.js"
},
"dependencies": {
"colorful": "~2.1.0",
"commander": "~2.3.0",
"tracer": "~1.1.4",
"utilx": "0.0.5"
},
"devDependencies": {
"autod": "*",
"contributors": "*",
"mocha": "*",
"should": "~5.2.0",
"istanbul": "*",
"cov": "*",
"jshint": "*"
},
"repository": {
"type": "git",
"url": "[email protected]:fool2fish/velocity.git"
},
"bin": {
"velocity": "./bin/velocity"
},
"config": {
"alicov": {
"threshold": 80
}
},
"preferGlobal": true,
"license": "MIT"
}