You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
462 B
20 lines
462 B
{ |
|
"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" |
|
} |
|
}
|
|
|