代码完成,初次提交

This commit is contained in:
kangkang520
2018-11-27 22:20:14 +08:00
commit 23d06f1e38
9 changed files with 372 additions and 0 deletions

31
package.json Normal file
View File

@ -0,0 +1,31 @@
{
"name": "favicon-trap",
"version": "1.0.1",
"description": "",
"main": "dist/index.js",
"types": "typing/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://git.iemmp.com/yizhi/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"
}
}