Skip to content

Instantly share code, notes, and snippets.

@samueleresca
Last active November 1, 2015 14:22
Show Gist options
  • Save samueleresca/e47a5e2c7e14557a77df to your computer and use it in GitHub Desktop.
Save samueleresca/e47a5e2c7e14557a77df to your computer and use it in GitHub Desktop.
{
"name": "blog-typescript-overview",
"version": "1.0.0",
"description": "",
"main": "main.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Samuele Resca",
"license": "ISC",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-open": "^0.2.3",
"grunt-typescript": "^0.7.0",
"typescript": "^1.6.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment