You've already forked UsageHelpr
mirror of
https://github.com/FullScreenShenanigans/UsageHelpr.git
synced 2026-04-28 13:03:13 -07:00
31 lines
781 B
JSON
31 lines
781 B
JSON
{
|
|
"name": "usagehelpr",
|
|
"description": "A simple interactive text-based assistant to demonstrate common API uses.",
|
|
"version": "0.4.0",
|
|
"author": {
|
|
"name": "Josh Goldberg",
|
|
"email": "josh@fullscreenmario.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@github.com:FullScreenShenanigans/UsageHelpr.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/FullScreenShenanigans/UsageHelpr/issues"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"chai": "^4.1.2",
|
|
"gulp": "^3.9.1",
|
|
"gulp-mocha-phantomjs": "^0.12.2",
|
|
"gulp-tslint": "^8.1.2",
|
|
"gulp-typescript": "^3.2.3",
|
|
"merge2": "^1.0.2",
|
|
"mocha": "^4.0.1",
|
|
"requirejs": "^2.2.0",
|
|
"run-sequence": "^2.2.0",
|
|
"tslint": "^5.8.0",
|
|
"typescript": "^2.6.2"
|
|
}
|
|
}
|