gave htmlshot its own package.json.

This commit is contained in:
Atul Varma 2015-01-08 12:29:04 -05:00
Родитель 2b9b0c6098
Коммит 605e6284b4
2 изменённых файлов: 14 добавлений и 1 удалений

14
htmlshot/package.json Normal file
Просмотреть файл

@ -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"
},