forked from Jcarlosjunior/node-boleto
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
88 lines (88 loc) · 2.32 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"_args": [
[
"boleto-node@^2.0.11",
"/home/brunosartori/Documentos/Resources/teste-boleto-node"
]
],
"_from": "boleto-node@>=2.0.11 <3.0.0",
"_id": "boleto-node@2.0.11",
"_inCache": true,
"_installable": true,
"_location": "/boleto-node",
"_nodeVersion": "4.2.6",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/boleto-node-2.0.11.tgz_1496323256362_0.07322262693196535"
},
"_npmUser": {
"email": "brunosartori.webmaster@gmail.com",
"name": "brunosartori"
},
"_npmVersion": "3.5.2",
"_phantomChildren": {},
"_requested": {
"name": "boleto-node",
"raw": "boleto-node@^2.0.11",
"rawSpec": "^2.0.11",
"scope": null,
"spec": ">=2.0.11 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_shasum": "1701af6121a8b937cce03f0d68841a6b407d461b",
"_shrinkwrap": null,
"_spec": "boleto-node@^2.0.11",
"_where": "/home/brunosartori/Documentos/Resources/teste-boleto-node",
"author": {
"name": "Bruno Sartori"
},
"bugs": {
"url": "https://github.com/bruno-sartori/boleto-node/issues"
},
"dependencies": {
"ejs": "2.5.5"
},
"description": "Boleto generator in Node.js",
"devDependencies": {
"chai": "^3.5.0",
"chai-datetime": "^1.4.1",
"chai-string": "^1.3.0",
"chai-subset": "^1.4.0",
"eslint": "^3.12.2",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.3.0",
"eslint-plugin-standard": "^2.0.1",
"mocha": "^3.2.0",
"ramda": "^0.23.0"
},
"directories": {},
"dist": {
"shasum": "1701af6121a8b937cce03f0d68841a6b407d461b",
"tarball": "https://registry.npmjs.org/boleto-node/-/boleto-node-2.0.4.tgz"
},
"gitHead": "6bb29d82c73bd4f70768ae224d754df2a15bfcf5",
"homepage": "https://github.com/bruno-sartori/boleto-node",
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "brunosartori",
"email": "brunosartori.webmaster@gmail.com"
}
],
"name": "boleto-node",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/bruno-sartori/boleto-node.git"
},
"scripts": {
"lint": "eslint .",
"test": "mocha \"./test/unit/**/*.spec.js\" && mocha \"./test/integration/**/*.spec.js\""
},
"version": "2.0.11"
}