Skip to content

Commit 41d3c31

Browse files
committed
Create package.json
1 parent 42aa60d commit 41d3c31

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name" : "node-web-scrape",
3+
"version" : "0.0.0",
4+
"description" : "Scrape le web.",
5+
"main" : "server.js",
6+
"author" : "Scotch",
7+
"dependencies" : {
8+
"express" : "~3.4.4",
9+
"request" : "~2.34.1",
10+
"cheerio" : "~0.13.1"
11+
}
12+
}

0 commit comments

Comments
 (0)