You've already forked gulp-shenanigans
mirror of
https://github.com/FullScreenShenanigans/gulp-shenanigans.git
synced 2026-04-28 13:03:35 -07:00
64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"name": "gulp-shenanigans",
|
|
"version": "0.6.2",
|
|
"description": "Unified Gulp tasks for FullScreenShenanigans projects.",
|
|
"main": "lib/main.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/fullscreenshenanigans/gulp-shenanigans.git"
|
|
},
|
|
"keywords": [
|
|
"fullscreenshenanigans"
|
|
],
|
|
"author": {
|
|
"name": "Josh Goldberg",
|
|
"email": "joshuakgoldberg@outlook.com"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/fullscreenshenanigans/gulp-shenanigans/issues"
|
|
},
|
|
"homepage": "https://github.com/fullscreenshenanigans/gulp-shenanigans#readme",
|
|
"dependencies": {
|
|
"@types/chai": "^3.4.34",
|
|
"@types/mocha": "^2.2.34",
|
|
"chai": "^3.5.0",
|
|
"del": "^2.2.2",
|
|
"glob": "^7.1.1",
|
|
"gulp": "^3.9.1",
|
|
"gulp-clean-css": "^2.3.2",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-file": "^0.3.0",
|
|
"gulp-htmlmin": "^3.0.0",
|
|
"gulp-insert": "^0.5.0",
|
|
"gulp-jsbeautifier": "^2.0.3",
|
|
"gulp-mocha": "^3.0.1",
|
|
"gulp-mocha-phantomjs": "^0.12.0",
|
|
"gulp-mustache": "^2.3.0",
|
|
"gulp-processhtml": "^1.1.0",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-replace": "^0.5.4",
|
|
"gulp-sass": "^3.0.0",
|
|
"gulp-scss": "^1.4.0",
|
|
"gulp-scss-lint": "^0.4.0",
|
|
"gulp-sourcemaps": "^1.9.1",
|
|
"gulp-tslint": "^7.0.1",
|
|
"gulp-typedoc": "^2.0.1",
|
|
"gulp-typescript": "^3.1.3",
|
|
"gulp-uglify": "^2.0.0",
|
|
"gulp-webpack": "^1.5.0",
|
|
"merge2": "^1.0.2",
|
|
"mocha": "^3.2.0",
|
|
"requirejs": "^2.3.2",
|
|
"run-sequence": "^1.2.2",
|
|
"sinon": "^1.17.6",
|
|
"tslint": "^4.2.0",
|
|
"typedoc": "^0.5.1",
|
|
"typescript": "^2.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/gulp": "^3.8.32",
|
|
"@types/node": "^6.0.53"
|
|
}
|
|
}
|