You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
616 B
29 lines
616 B
{
|
|
"name": "wappalyzer-test",
|
|
"private": true,
|
|
"license": "GPLv3",
|
|
"bugs": {
|
|
"url": "https://github.com/AliasIO/Wappalyzer/issues"
|
|
},
|
|
"homepage": "https://github.com/AliasIO/Wappalyzer",
|
|
"description": "Build test for Wappalyzer",
|
|
"repository": "AliasIO/Wappalyzer",
|
|
"scripts": {
|
|
"test": "./bin/wappalyzer build"
|
|
},
|
|
"devDependencies": {
|
|
"file-type": "3.8.*",
|
|
"is-svg": "2.0.*",
|
|
"read-chunk": "2.0.*",
|
|
"jsonlint": "*",
|
|
"jpm": "*",
|
|
"imagemin-cli": "*",
|
|
"phantomjs-prebuilt": "*",
|
|
"svg2png": "*",
|
|
"svgo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
}
|