-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 975 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
42
43
44
45
46
47
48
{
"name": "tuc",
"version": "1.0.4",
"description": "TUC Client for Node.js",
"author": "Paulo McNally <paulomcnally@gmail.com>",
"scripts": {
"example": "node example/balance",
"test": "node_modules/mocha/bin/mocha"
},
"contributors": [
{
"name": "Hosmel Quintana",
"email": "hosmelq@gmail.com"
},
{
"name": "Oscar Cortez",
"email": "om.cortez.2010@gmail.com"
},
{
"name": "Bruce Lampson",
"email": "brucelampson@gmail.com"
}
],
"keywords": [
"tuc",
"mpeso",
"saldo"
],
"directories": {
"lib": "./lib/tuc"
},
"main": "./index.js",
"dependencies": {
"request": "^2.83.0"
},
"bugs": {
"url": "https://github.com/nodenica/node-tuc/issues/new",
"email": "paulomcnally@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/nodenica/node-tuc.git"
},
"devDependencies": {
"is_js": "0.9.0",
"mocha": "4.0.1"
}
}