forked from ebanx-integration/ebanx-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 912 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 912 Bytes
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
{
"author": "Heitor Dolinski <heitor@ebanx.com> (http://www.ebanx.com/)",
"license": "ISC",
"name": "ebanx",
"version": "1.2.8",
"homepage": "https://github.com/ebanx/ebanx-nodejs",
"description": "Provides access to EBANX API",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/ebanx/ebanx-nodejs"
},
"dependencies": {
"request": "2.*.*"
},
"devDependencies": {
"chai": "2.3.0",
"coveralls": "2.10.0",
"mocha": "^2.2.4",
"istanbul": "0.3.5"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive ./tests",
"test-travis": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./tests"
},
"keywords": [
"ebanx",
"payment gateway",
"boleto bancario"
],
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/ebanx/ebanx-nodejs/issues"
}
}