-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 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
41
42
43
44
45
{
"name": "skadi-hammerio",
"version": "0.0.1",
"description": "Utility to send heartbeat and data information from express.",
"scripts": {
"start": "node index.js",
"test": "mocha",
"lint": "eslint src/. --ext .js"
},
"pre-commit": [
"lint"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hammer-io/skadi.git"
},
"authors": [
"Erica Clark <[email protected]>",
"Nathan DeGraaf",
"Nathan Karasch <[email protected]> (krashdev.com)",
"Jack Meyer <[email protected]> (www.jackcmeyer.com)",
"Nischay Venkatram <[email protected]> (www.nischayv.com)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/hammer-io/skadi/issues"
},
"homepage": "https://github.com/hammer-io/skadi#readme",
"dependencies": {
"fs-extra": "^5.0.0",
"node-fetch": "^2.0.0"
},
"devDependencies": {
"@types/mocha": "^2.2.47",
"chai": "^4.1.2",
"eslint": "^4.16.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"pre-commit": "^1.2.2",
"mocha": "^5.0.0"
},
"engines": {
"node": ">= 6"
}
}