-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
40 lines (40 loc) · 1.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
{
"name": "nodenab",
"version": "1.2.3",
"description": "Uma biblioteca para remessa e retorno de arquivos 400 e 240 do padrão cnab",
"main": "dist/Nodenab.js",
"scripts": {
"build": "NODE_ENV=production ./node_modules/.bin/babel src --out-dir ./dist",
"postbuild": "npm version from-git --allow-same-version",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/developers-vitta/nodenab.git"
},
"keywords": [
"cnab",
"bradesco",
"240",
"400"
],
"author": "Gilson F. B. Souza <gilsonfernandesbatista@gmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/developers-vitta/nodenab/issues"
},
"homepage": "https://github.com/developers-vitta/nodenab#readme",
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "6.25.0",
"babel-plugin-resolver": "^1.1.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "6.22.0",
"babel-register": "^6.26.0",
"babel-resolver": "^1.1.0"
},
"dependencies": {
"moment": "^2.19.1"
}
}