Files
favicon-trap/package.json
2019-01-13 08:29:16 +08:00

31 lines
545 B
JSON

{
"name": "favicon-trap",
"version": "1.0.3",
"description": "",
"main": "dist/index.js",
"types": "typing/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kangkang520/favicon-trap.git"
},
"keywords": [
"favicon",
"trap",
"fav",
"ico",
"shortcut",
"icon"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^10.12.10",
"@types/request": "^2.48.1"
},
"dependencies": {
"request": "^2.88.0"
}
}