Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Created November 27, 2019 07:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IntegerMan/533cc6dedba1b51d5a20ee507aa9f6b9 to your computer and use it in GitHub Desktop.
Save IntegerMan/533cc6dedba1b51d5a20ee507aa9f6b9 to your computer and use it in GitHub Desktop.
{
"name": "matteland.migratingtotypescript",
"version": "1.0.0",
"description": "A tutorial application used to illustrate JavaScript and TypeScript concepts",
"main": "Logic.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IntegerMan/MigratingToTypeScript.git"
},
"keywords": [
"tutorial",
"linting",
"typescript"
],
"author": "Matt Eland",
"license": "MIT",
"bugs": {
"url": "https://github.com/IntegerMan/MigratingToTypeScript/issues"
},
"homepage": "https://github.com/IntegerMan/MigratingToTypeScript#readme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment