Files
Josh Goldberg 96907e9591 Added --all option
This removes the need for manual *InAll commands. Unfortunately it's rather inelegant without TS 2.3's support for `for await (...)`. Sending a branch+PR until it's released in May.

Fixes #11.
2017-04-24 22:06:26 -07:00

50 lines
1.3 KiB
JSON

{
"name": "shenanigans-manager",
"version": "0.1.13",
"description": "Manages large-scale operations on FullScreenShenanigans project.",
"bin": {
"shenanigans-manager": "./bin/shenanigans-manager"
},
"main": "./lib/cli.js",
"repository": {
"type": "git",
"url": "git+https://github.com/fullscreenshenanigans/shenanigans-manager.git"
},
"keywords": [
"fullscreenshenanigans"
],
"author": {
"name": "Josh Goldberg",
"email": "joshuakgoldberg@outlook.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/fullscreenshenanigans/shenanigans-manager/issues"
},
"homepage": "https://github.com/fullscreenshenanigans/shenanigans-manager#readme",
"dependencies": {
"colors": "^1.1.2",
"minimist": "^1.2.0",
"moment": "^2.17.1",
"mustache": "^2.3.0",
"mz": "^2.6.0"
},
"devDependencies": {
"@types/colors": "^1.1.1",
"@types/minimist": "^1.2.0",
"@types/mustache": "^0.8.29",
"@types/mz": "0.0.30",
"@types/node": "^7.0.4",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^2.4.0",
"gulp-tslint": "^7.0.1",
"gulp-typescript": "^3.1.4",
"merge2": "^1.0.3",
"mustache": "^2.3.0",
"run-sequence": "^1.2.2",
"tslint": "^4.4.2",
"typescript": "^2.3.0"
}
}