gave htmlshot its own package.json.
This commit is contained in:
Родитель
2b9b0c6098
Коммит
605e6284b4
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "htmlshot",
|
||||
"version": "0.0.1",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"express": "4.10.7"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
|
@ -3,7 +3,6 @@
|
|||
"version": "0.0.1",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"express": "4.10.7",
|
||||
"request": "~2.51.0",
|
||||
"cheerio": "^0.18.0"
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче