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.
27 lines
562 B
27 lines
562 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.4.*",
|
|
"is-svg": "1.1.*",
|
|
"read-chunk": "1.0.*",
|
|
"jsonlint": "*",
|
|
"jpm": "*",
|
|
"imagemin-cli": "*",
|
|
"svgo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
}
|