UNPKG

860 BJSONView Raw
1{
2 "name": "web-technology-detector",
3 "version": "1.0.0",
4 "description": "powerful yet simple tool to detect all technologies and application used in a website",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/Multi-Thinker/web-technology-detector.git"
12 },
13 "keywords": [
14 "javascript",
15 "web",
16 "technology",
17 "cdn",
18 "application",
19 "detection"
20 ],
21 "author": "imultithinker <prothinker00@hotmail.com>",
22 "license": "GPL-3.0",
23 "bugs": {
24 "url": "https://github.com/Multi-Thinker/web-technology-detector/issues"
25 },
26 "homepage": "https://github.com/Multi-Thinker/web-technology-detector#readme",
27 "dependencies": {
28 "fs": "0.0.1-security",
29 "node-fetch": "^2.6.0",
30 "path": "^0.12.7"
31 }
32}