mirror of
				https://github.com/Alamantus/otp-generator.git
				synced 2025-10-31 16:36:48 +01:00 
			
		
		
		
	Initial commit: set up environment
This commit is contained in:
		
						commit
						f62803dc98
					
				
					 4 changed files with 3771 additions and 0 deletions
				
			
		
							
								
								
									
										3
									
								
								.babelrc
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								.babelrc
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,3 @@ | |||
| { | ||||
|   "presets": ["env"] | ||||
| } | ||||
							
								
								
									
										3
									
								
								.gitignore
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								.gitignore
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,3 @@ | |||
| node_modules | ||||
| dist | ||||
| .cache | ||||
							
								
								
									
										11
									
								
								package.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								package.json
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,11 @@ | |||
| { | ||||
|   "name": "otp-generator", | ||||
|   "version": "0.0.1", | ||||
|   "description": "Make secure communication easy and fun!", | ||||
|   "author": "Robbie Antenesse <dev@alamantus.com>", | ||||
|   "license": "MIT", | ||||
|   "devDependencies": { | ||||
|     "babel-preset-env": "^1.6.1", | ||||
|     "parcel-bundler": "^1.6.2" | ||||
|   } | ||||
| } | ||||
		Loading…
	
	Add table
		
		Reference in a new issue