-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 KB
/
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
{
"name": "velocityServer",
"version": "0.5.2",
"description": "velocity server",
"scripts": {
"test": "./node_modules/.bin/tape 'test/**/*.js' | ./node_modules/.bin/tap-spec",
"coverage": "rm -r coverage ; nyc --reporter=html npm test && nyc report",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holyzfy/velocityServer.git"
},
"keywords": [
"velocity"
],
"author": "holyzfy <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/holyzfy/velocityServer/issues"
},
"homepage": "https://github.com/holyzfy/velocityServer",
"dependencies": {
"colors": "~1.2.1",
"config": "~1.30.0",
"coveralls": "~3.0.0",
"debug": "~3.1.0",
"express": "~4.16.3",
"json5": "~1.0.1",
"nyc": "~11.6.0",
"proxyquire": "~2.0.0",
"serve-index": "~1.9.1",
"sinon": "~4.4.6",
"tap-spec": "~4.1.1",
"tape": "~4.9.0",
"velocityjs": "~1.0.1",
"vinyl": "~2.1.0"
}
}