forked from StephanGeorg/url-exists-deep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "url-exists-deep",
"version": "1.1.1",
"description": "A deeper node library to determine if a url exists.",
"main": "./dist/index.js",
"scripts": {
"test": "make test",
"build": "babel src --presets babel-preset-es2015 --out-dir dist",
"prepublish": "npm run build"
},
"dependencies": {
"request": "^2.75.0",
"requestretry": "^4.0.0"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-preset-es2015": "^6.22.0",
"eslint": "^3.18.0",
"eslint-config-airbnb-base": "^11.1.2",
"eslint-plugin-import": "^2.2.0",
"mocha": "^6.1.4",
"should": "^13.2.3",
"when": "^3.7.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StephanGeorg/url-exists-deep.git"
},
"keywords": [
"url",
"exists"
],
"author": "Stephan Georg <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/StephanGeorg/url-exists-deep/issues"
},
"homepage": "https://github.com/StephanGeorg/url-exists-deep#readme"
}