-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 898 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
{
"name": "inegi-denue",
"version": "2.0.3",
"description": "A INEGI DENUE wrapper client. Available only to México",
"main": "index.js",
"scripts": {
"lint": "standard",
"coverage": "istanbul cover tape -- test/*-test.js",
"test": "npm run lint && tape test/*-test.js | tap-spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nesslopz/inegi-denue.git"
},
"keywords": [
"inegi",
"denue",
"bussiness",
"mexico"
],
"author": "Nestor López <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nesslopz/inegi-denue/issues"
},
"homepage": "https://github.com/nesslopz/inegi-denue#readme",
"devDependencies": {
"istanbul": "^0.4.1",
"nock": "^3.3.2",
"standard": "^5.4.1",
"tap-spec": "^4.1.1",
"tape": "^4.4.0"
},
"dependencies": {
"client-request": "^1.0.1"
}
}