Create package.json
This commit is contained in:
		
							parent
							
								
									672e84a1b4
								
							
						
					
					
						commit
						7c34f1c26f
					
				
					 1 changed files with 30 additions and 0 deletions
				
			
		
							
								
								
									
										30
									
								
								package.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										30
									
								
								package.json
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,30 @@
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  "name" : "cryptalk",
 | 
				
			||||||
 | 
					  "version" : "0.0.0",
 | 
				
			||||||
 | 
					  "description" : "Encrypted instant chat",
 | 
				
			||||||
 | 
					  "main" : "server.js",
 | 
				
			||||||
 | 
					  "keywords": [
 | 
				
			||||||
 | 
					    "cryptalk",
 | 
				
			||||||
 | 
					    "fandango",
 | 
				
			||||||
 | 
					    "crypto-js",
 | 
				
			||||||
 | 
					    "AES",
 | 
				
			||||||
 | 
					    "secure",
 | 
				
			||||||
 | 
					    "html5"
 | 
				
			||||||
 | 
					  ],
 | 
				
			||||||
 | 
					  "author": "Hexagon <Hexagon@GitHub>",
 | 
				
			||||||
 | 
					  "license": "MIT",
 | 
				
			||||||
 | 
					  "repository": {
 | 
				
			||||||
 | 
					    "type": "git",
 | 
				
			||||||
 | 
					    "url": "git://github.com/Hexagon/node-telldus.git"
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
 | 
					  "dependencies": {
 | 
				
			||||||
 | 
					    "node-uuid": ">= 1.4.1",
 | 
				
			||||||
 | 
					    "express.io": ">= 1.1.13"
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
 | 
					  "os": [
 | 
				
			||||||
 | 
					    "darwin",
 | 
				
			||||||
 | 
					    "linux",
 | 
				
			||||||
 | 
					    "win32"
 | 
				
			||||||
 | 
					  ],
 | 
				
			||||||
 | 
					  "devDependencies": {}
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue