Skip to content

Instantly share code, notes, and snippets.

@jfrites
Created August 11, 2017 17:17
Show Gist options
  • Save jfrites/fe2011db7b166206e306439fd1422ac8 to your computer and use it in GitHub Desktop.
Save jfrites/fe2011db7b166206e306439fd1422ac8 to your computer and use it in GitHub Desktop.
{
"name": "minesweeper",
"version": "1.0.0",
"description": "Code Academy Minesweeper Lesson",
"main": "minesweeper.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src - d lib"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.6.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment