Create nom package

main
Jan Potoms 11 years ago
parent 5617c0680f
commit 00150a6696

2
.gitignore vendored

@ -6,3 +6,5 @@ drivers/**/wappalyzer.js
drivers/**/icons/*.png
drivers/firefox-jetpack/data
node_modules/*

@ -0,0 +1,19 @@
{
"name": "Wappalyzer",
"version": "1.1.2",
"description": "Wappalyzer is a cross-platform utility that uncovers the technologies used on websites. It detects content management systems, web shops, web servers, JavaScript frameworks, analytics tools and many more.",
"main": "./share/js/wappalyzer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ElbertF/Wappalyzer"
},
"author": "ElbertF",
"license": "GNU GPL",
"bugs": {
"url": "https://github.com/ElbertF/Wappalyzer/issues"
},
"homepage": "http://wappalyzer.com/"
}