-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
53 lines (53 loc) · 1.22 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
46
47
48
49
50
51
52
53
{
"name": "sinesp-nodejs",
"version": "2.1.1",
"description": "API para a consulta de placas de veículos na base de dados do SINESP.",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bbarreto/sinesp-nodejs.git"
},
"dependencies": {
"https-proxy-agent": "^2.2.1",
"node-fetch": "^2.1.2",
"xml2js": "^0.4.19"
},
"keywords": [
"sinesp",
"placa",
"veículos",
"detran"
],
"author": "Bruno Barreto <bruno@mamulti.com.br> (http://brunobarreto.net)",
"contributors": [
{
"name": "Giovani Generali",
"url": "https://github.com/giovanigenerali"
},
{
"name": "Lúcio Corrêa",
"url": "https://github.com/luciocorrea"
},
{
"name": "Elizeu Costa",
"url": "https://github.com/sinhorinho"
},
{
"name": "Willian da Silva",
"url": "https://github.com/37120075829"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/bbarreto/sinesp-nodejs/issues"
},
"homepage": "https://github.com/bbarreto/sinesp-nodejs#readme",
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"mocha": "^5.2.0"
}
}