forked from holyzfy/velocityServer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.08 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
40
{
"name": "velocityServer",
"version": "0.4.5",
"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.1.2",
"config": "~1.24.0",
"coveralls": "~2.11.15",
"debug": "~2.3.3",
"express": "~4.14.0",
"http-proxy": "~1.16.0",
"json5": "~0.5.1",
"nyc": "~10.0.0",
"proxyquire": "~1.7.10",
"serve-index": "~1.8.0",
"sinon": "~1.17.6",
"tap-spec": "~4.1.1",
"tape": "~4.6.3",
"velocityjs": "~0.9.1",
"vinyl": "~2.0.1"
}
}