-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 893 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
{
"name": "connection-test-table",
"version": "0.1.4",
"description": "connection test table module",
"main": "index.js",
"scripts": {
"pretest": "jshint index.js ./lib ./test --config ./.jshintrc",
"test": "NODE_ENV=test mocha"
},
"homepage": "https://github.com/skoranga/connection-test-table",
"repository": {
"type": "git",
"url": "git@github.com:skoranga/connection-test-table.git"
},
"publishConfig": {
"registry": "http://registry.npmjs.org"
},
"keywords": [
"testing",
"validation",
"server startup",
"nodejs"
],
"author": "Sanjeev Koranga",
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"async": "^1.4.0",
"colors": "^1.1.0",
"try-require": "^1.0",
"easy-table": "^1.0.0",
"connection-tester": "~0.2"
},
"devDependencies": {
"mocha": "^8",
"jshint": "^2"
}
}