-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1 KB
/
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
{
"name": "instapago",
"version": "0.6.4",
"description": "Librería Instapago para Node.js",
"license": "MIT",
"author": "Jobsamuel Núñez <[email protected]>",
"contributors": [
{
"name": "Angel Cruz",
"email": "[email protected]"
}
],
"keywords": [
"instapago",
"banesco",
"venezuela",
"e-commerce",
"pasarela",
"tdc",
"pos"
],
"main": "index.js",
"scripts": {
"watch": "node_modules/.bin/babel instapago.js -w -o index.js",
"compile": "node_modules/.bin/babel instapago.js -o index.js",
"prepublish": "npm run compile",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abr4xas/node-instapago.git"
},
"bugs": {
"url": "https://github.com/abr4xas/node-instapago/issues"
},
"homepage": "https://github.com/abr4xas/node-instapago#readme",
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.6.1"
}
}