-
Notifications
You must be signed in to change notification settings - Fork 266
/
package.json
124 lines (124 loc) · 2.93 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"_args": [
[
{
"raw": "ligar-cobranca",
"scope": null,
"escapedName": "ligar-cobranca",
"name": "ligar-cobranca",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"C:\\Users\\gtoka"
]
],
"_from": "ligar-cobranca@latest",
"_inCache": true,
"_location": "/ligar-cobranca",
"_nodeVersion": "6.9.5",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/ligar-cobranca-0.1.2.tgz_1502150573772_0.6703111487440765"
},
"_npmUser": {
"name": "gustavoporto",
"email": "[email protected]"
},
"_npmVersion": "3.5.0",
"_phantomChildren": {},
"_requested": {
"raw": "ligar-cobranca",
"scope": null,
"escapedName": "ligar-cobranca",
"name": "ligar-cobranca",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/ligar-cobranca/-/ligar-cobranca-0.1.2.tgz",
"_shasum": "ba742dc372bcb27493200076879be5db2e3cd45b",
"_shrinkwrap": null,
"_spec": "ligar-cobranca",
"_where": "C:\\Users\\gtoka",
"author": "Gustavo Porto <[email protected]>",
"bin": {
"ligar-cobranca": "./dist/cli.js"
},
"bugs": {
"url": "http://facebook.com/talvez.seja.o.gustavo"
},
"dependencies": {
"bluebird": "^3.5.0",
"colors": "^1.1.2",
"ramda": "0.24.1",
"superagent": "^3.5.2",
"superagent-promise": "^1.1.0",
"yargs": "8.0.2"
},
"description": "Faça ligações para qualquer número com um som automatico falando 'alô' sem parar",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "6.25.0",
"babel-preset-es2015": "6.24.1",
"xo": "0.18.2"
},
"directories": {},
"dist": {
"shasum": "ba742dc372bcb27493200076879be5db2e3cd45b",
"tarball": "https://registry.npmjs.org/ligar-cobranca/-/ligar-cobranca-0.1.2.tgz"
},
"homepage": "https://github.com/GtOkAi/ligar-cobranca",
"license": "MIT",
"main": "dist/index.js",
"maintainers": [
"Gustavo Porto <[email protected]>"
],
"name": "ligar-cobranca",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/GtOkAi/ligar-cobranca.git"
},
"scripts": {
"build": "babel ./src -d ./dist",
"lint": "xo src/**",
"prepublish": "npm run build"
},
"version": "0.2.0",
"xo": {
"esnext": true,
"space": 4,
"rules": {
"camelcase": [
"off"
],
"no-restricted-syntax": [
"error",
"ForStatement",
"WhileStatement",
"SwitchStatement",
"VariableDeclaration[kind='var']",
"VariableDeclaration[kind='let']",
"TryStatement"
],
"object-curly-spacing": [
"error",
"always"
],
"operator-linebreak": [
"error",
"before"
]
}
},
"keywords": [
"ligar",
"totalvoice",
"cobranca",
"voip"
]
}