-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 902 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
40
41
{
"name": "fipe",
"version": "1.3.1",
"description": "SDK não oficial para a API da FIPE (http://fipeapi.appspot.com/)",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha test/unit/**/*.spec.js"
},
"keywords": [
"sdk",
"fipe"
],
"tags": [
"sdk",
"fipe"
],
"author": "Giorgio Lucca",
"license": "MIT",
"bugs": {
"url": "https://github.com/giorgiolucca/fipe/issues"
},
"repository": "https://github.com/giorgiolucca/fipe",
"homepage": "https://github.com/giorgiolucca/fipe",
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"axios": "^0.18.0",
"circular-json": "^0.5.4",
"enum": "^2.4.0",
"es6-promise": "^4.1.0",
"js-search": "^1.3.7",
"sprintf": "^0.1.5",
"superagent": "^3.5.2"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0",
"nock": "^9.0.11"
}
}