mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-11-04 07:39:03 +00:00 
			
		
		
		
	
		
			
	
	
		
			21 lines
		
	
	
		
			462 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			21 lines
		
	
	
		
			462 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								  "name": "gulp.browserify",
							 | 
						||
| 
								 | 
							
								  "version": "1.0.0",
							 | 
						||
| 
								 | 
							
								  "description": "Browserify, Babelify + Watchify + Sourcemaps Example",
							 | 
						||
| 
								 | 
							
								  "main": "gulpfile.js",
							 | 
						||
| 
								 | 
							
								  "scripts": {
							 | 
						||
| 
								 | 
							
								    "start": "gulp"
							 | 
						||
| 
								 | 
							
								  },
							 | 
						||
| 
								 | 
							
								  "license": "MIT",
							 | 
						||
| 
								 | 
							
								  "devDependencies": {
							 | 
						||
| 
								 | 
							
								    "exorcist": "^0.4.0",
							 | 
						||
| 
								 | 
							
								    "babelify": "^6.1.2",
							 | 
						||
| 
								 | 
							
								    "browser-sync": "^2.2.1",
							 | 
						||
| 
								 | 
							
								    "browserify": "^8.1.3",
							 | 
						||
| 
								 | 
							
								    "gulp": "^3.8.11",
							 | 
						||
| 
								 | 
							
								    "gulp-util": "^3.0.3",
							 | 
						||
| 
								 | 
							
								    "vinyl-source-stream": "^1.0.0",
							 | 
						||
| 
								 | 
							
								    "watchify": "^2.3.0"
							 | 
						||
| 
								 | 
							
								  }
							 | 
						||
| 
								 | 
							
								}
							 |