include underscore as a dependency for npm
This commit is contained in:
parent
eaf525c9a7
commit
e2ba1c1142
1 changed files with 18 additions and 17 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"author": "Hakim El Hattab",
|
"author": "Hakim El Hattab",
|
||||||
"name": "Reveal.js",
|
"name": "reveal.js",
|
||||||
"description": "HTML5 Slideware with Presenter Notes",
|
"description": "HTML5 Slideware with Presenter Notes",
|
||||||
"version": "1.5.0",
|
"version": "1.5.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -11,6 +11,7 @@
|
||||||
"node": "~0.6.8"
|
"node": "~0.6.8"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"underscore" : "1.3.3",
|
||||||
"express" : "2.5.9",
|
"express" : "2.5.9",
|
||||||
"socket.io" : "0.9.6",
|
"socket.io" : "0.9.6",
|
||||||
"mustache" : "0.4.0"
|
"mustache" : "0.4.0"
|
||||||
|
|
Loading…
Reference in a new issue