Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Commit

Permalink
Add underscorejs dependecy
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnault committed May 21, 2015
1 parent 987659e commit 539c2de
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
],
"author": "anault",
"dependencies": {
"cheerio": "0.19.0",
"query-string": "^2.1.0",
"request": "2.55.0",
"cheerio": "0.19.0"
"underscore": "^1.8.3"
},
"devDependencies": {
"coveralls": "^2.11.2",
Expand All @@ -35,4 +37,4 @@
"url": "https://github.com/anault/projection/issues"
},
"homepage": "https://github.com/anault/projection"
}
}

0 comments on commit 539c2de

Please sign in to comment.