Skip to content

Instantly share code, notes, and snippets.

@anton-gorbikov
Created April 14, 2018 19:57
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 anton-gorbikov/5dfdf1da728910d38a1493427edd0749 to your computer and use it in GitHub Desktop.
Save anton-gorbikov/5dfdf1da728910d38a1493427edd0749 to your computer and use it in GitHub Desktop.
Getting started with Grunt
{
"name": "demo",
"version": "0.0.0",
"description": "demo project",
"main": "index.js",
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "test"
},
"keywords": [
"demo"
],
"author": "anton gorbikov",
"license": "MIT"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment