UNPKG

faded

Version:

Standalone Javascript Plugin for creating visually hinted scroll views.

27 lines (25 loc) 545 B
"use strict"; /* ========================================================================== * * config.js * * @summary Gulp Build Configuration * * @copyright Nelson Cash, 2015 * All rights reserved. * * ========================================================================== */ module.exports = { src: ["./index.js"], dest: "./dist", test: "./spec/**/*[sS]pec.js", fileName: "fog.js", appName: "Fog", browserify: { paths: [] }, jasmine: { verbose: true, includeStackTrace: true, timeout: 5000 } };