Add back in Jakefile for transitional period

This commit is contained in:
Wesley Wigham 2016-06-14 14:44:38 -07:00
parent 1defdc3847
commit 684ce6e2d1
No known key found for this signature in database
GPG Key ID: D59F87F60C5400C9
2 changed files with 1133 additions and 18 deletions

1113
Jakefile.js Normal file

File diff suppressed because it is too large Load Diff

View File

@ -29,54 +29,56 @@
"node": ">=0.8.0"
},
"devDependencies": {
"@types/browserify": "^12.0.23-alpha",
"@types/browserify": "latest",
"@types/del": "latest",
"@types/glob": "latest",
"@types/gulp": "latest",
"@types/gulp-concat": "latest",
"@types/gulp-help": "latest",
"@types/gulp-sourcemaps": "0.0.22-alpha",
"@types/gulp-typescript": "0.0.22-alpha",
"@types/gulp-sourcemaps": "latest",
"@types/gulp-typescript": "latest",
"@types/minimatch": "latest",
"@types/minimist": "latest",
"@types/mkdirp": "^0.3.22-alpha",
"@types/mkdirp": "latest",
"@types/node": "latest",
"@types/q": "0.0.21-alpha",
"@types/q": "latest",
"@types/run-sequence": "latest",
"@types/through2": "0.0.21-alpha",
"@types/through2": "latest",
"browserify": "latest",
"chai": "latest",
"del": "latest",
"gulp": "latest",
"gulp-clone": "^1.0.0",
"gulp-clone": "latest",
"gulp-concat": "latest",
"gulp-help": "latest",
"gulp-insert": "^0.5.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^2.13.6",
"into-stream": "^2.0.1",
"gulp-insert": "latest",
"gulp-sourcemaps": "latest",
"gulp-typescript": "latest",
"into-stream": "latest",
"istanbul": "latest",
"jake": "latest",
"minimist": "latest",
"mkdirp": "latest",
"mocha": "latest",
"mocha-fivemat-progress-reporter": "latest",
"run-sequence": "latest",
"through2": "^2.0.1",
"through2": "latest",
"ts-node": "latest",
"tsd": "latest",
"tslint": "next",
"typescript": "next"
},
"scripts": {
"pretest": "gulp tests",
"test": "gulp runtests",
"pretest": "jake tests",
"test": "jake runtests",
"build": "npm run build:compiler && npm run build:tests",
"build:compiler": "gulp local",
"build:tests": "gulp tests",
"build:compiler": "jake local",
"build:tests": "jake tests",
"start": "node lib/tsc",
"clean": "gulp clean",
"clean": "jake clean",
"gulp": "gulp",
"lint": "gulp lint",
"jake": "jake",
"lint": "jake lint",
"setup-hooks": "node scripts/link-hooks.js"
},
"browser": {