-
-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
39 lines (39 loc) · 858 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": "leboncoin-api",
"version": "0.0.45",
"description": "leboncoin.fr API",
"main": "./main.js",
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"test": "nyc --reporter=html --reporter=text mocha",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/tdurieux/leboncoin-api"
},
"bugs": {
"url": "https://github.com/tdurieux/leboncoin-api/issues"
},
"dependencies": {
"lodash": "^4.17.15",
"nyc": "^15.1.0",
"request": "^2.88.0"
},
"devDependencies": {
"coveralls": "^3.1.0",
"mocha": "^10.1.0",
"should": "^13.2.3"
},
"keywords": [
"le bon coin",
"leboncoin",
"leboncoin.fr"
],
"author": "Thomas Durieux",
"license": "MIT",
"readmeFilename": "README.md"
}