-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 882 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
{
"name": "direcciones-colombia",
"version": "1.0.1",
"description": "Homologa las direcciones normales al estandar de la Dian.",
"main": "index.js",
"scripts": {
"test": "istanbul cover -- node_modules/jasmine-node/bin/jasmine-node --junitreport --captureExceptions test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raulgomezn/direcciones-colombia.git"
},
"keywords": [
"dian",
"direcciones",
"homologacion",
"colombia"
],
"author": "raulgomezn",
"license": "MIT",
"bugs": {
"url": "https://github.com/raulgomezn/direcciones-colombia/issues"
},
"homepage": "https://github.com/raulgomezn/direcciones-colombia#readme",
"dependencies": {
"grunt": "^1.0.4",
"grunt-jsdoc-to-markdown": "^5.0.0",
"istanbul": "^0.4.5",
"jasmine-node": "^3.0.0",
"load-grunt-tasks": "^5.1.0"
}
}