UNPKG

edu.emory.build-system

Version:

This is the build system for Emory University CPA websites

51 lines (50 loc) 1.31 kB
{ "name": "edu.emory.build-system", "version": "1.0.7", "description": "This is the build system for Emory University CPA websites", "main": "index.js", "scripts": { "test": "gulp" }, "repository": { "type": "git", "url": "git+https://github.com/emorycpa/edu.emory.build-system.git" }, "keywords": [ "Build", "System", "Website" ], "author": "Bryce Roberts", "license": "MIT", "bugs": { "url": "https://github.com/emorycpa/edu.emory.build-system/issues" }, "homepage": "https://github.com/emorycpa/edu.emory.build-system#readme", "dependencies": { "autoprefixer": "^9.6.0", "browser-sync": "^2.26.7", "clean-css": "^4.2.1", "gulp": "^4.0.2", "gulp-clean": "^0.4.0", "gulp-concat": "^2.6.1", "gulp-if": "^2.0.2", "gulp-less": "^4.0.1", "gulp-mustache": "^4.1.1", "gulp-postcss": "^8.0.0", "gulp-rename": "^1.4.0", "gulp-sass": "^4.0.2", "gulp-tap": "^1.0.1", "gulp-typescript": "^5.0.1", "gulp-uglify": "^3.0.2", "lodash.clonedeep": "^4.5.0", "lodash.defaultsdeep": "^4.6.1", "lodash.isfunction": "^3.0.9", "lodash.merge": "^4.6.2", "nunjucks": "^3.2.0", "plugin-error": "^1.0.1", "replace-ext": "^1.0.0", "through2": "^3.0.1", "typescript": "^3.5.1" } }