Files
gulp-shenanigans/package.json
Josh Goldberg d8260625f9 Changed tests to run with require against src
No more waiting for full compilation runs to test!
2016-09-15 09:27:13 -07:00

58 lines
1.5 KiB
JSON

{
"name": "gulp-shenanigans",
"version": "0.5.15",
"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.29",
"@types/mocha": "^2.2.28",
"@types/node": "^6.0.33",
"chai": "^3.5.0",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.12",
"gulp-concat": "^2.6.0",
"gulp-file": "^0.3.0",
"gulp-htmlmin": "^2.0.0",
"gulp-insert": "^0.5.0",
"gulp-jsbeautifier": "^2.0.3",
"gulp-mocha": "^2.2.0",
"gulp-mocha-phantomjs": "^0.11.0",
"gulp-mustache": "^2.2.0",
"gulp-processhtml": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.3.2",
"gulp-scss": "^1.4.0",
"gulp-scss-lint": "^0.4.0",
"gulp-tslint": "^6.0.1",
"gulp-typescript": "^2.13.6",
"gulp-typespace": "^0.1.8",
"gulp-uglify": "^2.0.0",
"merge2": "^1.0.2",
"mocha": "^2.5.3",
"requirejs": "^2.2.0",
"run-sequence": "^1.2.2",
"sinon": "^1.17.4",
"tslint": "^3.13.0",
"typescript": "^2.0.0",
"typespace": "^0.1.7"
}
}