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
				
			
		
							
								
								
									
										35
									
								
								package.json
									
										
									
									
									
								
							
							
						
						
									
										35
									
								
								package.json
									
										
									
									
									
								
							|  | @ -1,19 +1,20 @@ | |||
| { | ||||
|   "author": "Hakim El Hattab", | ||||
|   "name": "Reveal.js", | ||||
|   "description": "HTML5 Slideware with Presenter Notes", | ||||
|   "version": "1.5.0", | ||||
|   "repository": { | ||||
|     "type": "git", | ||||
|     "url": "git://github.com/hakimel/reveal.js.git" | ||||
|   }, | ||||
|   "engines": { | ||||
|     "node": "~0.6.8" | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "express" : "2.5.9", | ||||
|     "socket.io" : "0.9.6", | ||||
|     "mustache" : "0.4.0" | ||||
|   }, | ||||
|   "devDependencies": {} | ||||
| 	"author": "Hakim El Hattab", | ||||
| 	"name": "reveal.js", | ||||
| 	"description": "HTML5 Slideware with Presenter Notes", | ||||
| 	"version": "1.5.0", | ||||
| 	"repository": { | ||||
| 		"type": "git", | ||||
| 		"url": "git://github.com/hakimel/reveal.js.git" | ||||
| 	}, | ||||
| 	"engines": { | ||||
| 		"node": "~0.6.8" | ||||
| 	}, | ||||
| 	"dependencies": { | ||||
| 		"underscore" : "1.3.3", | ||||
| 		"express" : "2.5.9", | ||||
| 		"socket.io" : "0.9.6", | ||||
| 		"mustache" : "0.4.0" | ||||
| 	}, | ||||
| 	"devDependencies": {} | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue