-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 841 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
{
"name": "node-facturacion",
"version": "1.0.0",
"description": "Facturacion para Junkyard",
"scripts": {
"build": "babel lib -d dist --presets=es2015",
"babel-node": "babel-node"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/davidvexel/node-facturacion-api.git"
},
"dependencies": {
"bluebird": "3.4.6",
"body-parser": "1.15.2",
"config": "1.24.0",
"node-slack": "0.0.7",
"request": "2.79.0"
},
"keywords": [
"facturacion",
"factura",
"node"
],
"author": "David Leal",
"license": "ISC",
"bugs": {
"url": "https://github.com/davidvexel/node-facturacion-api/issues"
},
"homepage": "https://github.com/davidvexel/node-facturacion-api#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-latest": "^6.16.0"
}
}