-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
39 lines (39 loc) · 933 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
39
{
"name": "statful-client",
"description": "NodeJS Client for the Statful",
"author": "Jose Fonseca <jose.fonseca@mindera.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/statful/statful-client-nodejs.git"
},
"version": "6.1.2",
"engines": {
"node": ">=4.4.0"
},
"main": "statful.js",
"scripts": {
"eslint": "eslint lib",
"cover": "mocha spec/*.js --exit",
"test": "npm run eslint && npm run cover"
},
"dependencies": {
"blocked": "^1.2.1",
"merge": "^2.1.1",
"unique-concat": "^0.2.2"
},
"devDependencies": {
"bunyan": "^1.8.12",
"chai": "4.1.2",
"eslint": "5.5.0",
"mocha": "^7.1.2",
"sinon": "6.1.5"
},
"bugs": {
"url": "https://github.com/statful/statful-client-nodejs/issues"
},
"homepage": "https://github.com/statful/statful-client-nodejs#readme",
"directories": {
"lib": "lib"
}
}