-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.12 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
{
"name": "hon-ssl-verification",
"version": "0.0.4",
"description": "",
"main": "index.js",
"scripts": {
"jscs": "jscs index.js src/*.js test/*.js",
"jshint": "jshint index.js src/*.js test/*.js",
"start": "node index.js",
"test": "npm run jscs && npm run jshint && istanbul cover _mocha test/*.js -- -R spec",
"test-ci": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec test/*.js && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"author": "Health On the Net",
"license": "MIT",
"repository": {
"git": "https://github.com/healthonnet/hon-ssl-verification"
},
"dependencies": {
"dotenv": "^2.0.0",
"moment": "^2.14.1",
"node-ssllabs": "^0.4.3",
"nodemailer": "^2.5.0",
"nodemailer-mailgun-transport": "git+https://github.com/orliesaurus/nodemailer-mailgun-transport.git",
"whois-json": "^1.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.12",
"istanbul": "^0.4.4",
"jscs": "^3.0.7",
"jshint": "^2.9.2",
"mocha": "^2.5.3",
"mocha-lcov-reporter": "^1.2.0"
}
}