include underscore as a dependency for npm
This commit is contained in:
		@@ -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"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user