forked from matteocontrini/node-bypasser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 811 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
36
37
38
{
"name": "node-bypasser",
"version": "1.8.0",
"description": "A module for expanding shortened URLs and bypassing ads",
"main": "index.js",
"keywords": [
"bypasser",
"ads",
"shortener",
"adf.ly",
"shorte.st",
"linkbucks.com",
"bc.vc"
],
"author": "Matteo Contrini <m.contrini@gmail.com>",
"contributors": [
"Khoa Nguyen"
],
"license": "MIT",
"dependencies": {
"cheerio": "^0.20.0",
"request": "^2.74.0"
},
"repository": "matteocontrini/node-bypasser",
"bugs": {
"url": "https://github.com/matteocontrini/node-bypasser/issues"
},
"devDependencies": {
"chai": "^3.4.1",
"eslint": "^3.2.0",
"mocha": "^2.3.3"
},
"scripts": {
"test": "mocha",
"lint": "eslint ."
},
"tonicExampleFilename": "tonic-example.js"
}