Skip to content

Instantly share code, notes, and snippets.

@growdigital
Created August 13, 2014 11:36
Show Gist options
  • Save growdigital/e142202262664fa9fb6f to your computer and use it in GitHub Desktop.
Save growdigital/e142202262664fa9fb6f to your computer and use it in GitHub Desktop.
Grow Digital default package.json
{
"name": "default",
"version": "0.1.0",
"description": "",
"main": "index.html",
"devDependencies": {
"bower": "~1.3.8",
"gulp": "~3.8.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/growdigital/default"
},
"author": "Jake Rayson",
"license": "GPLv2",
"private": "true",
"bugs": {
"url": "https://github.com/growdigital/default/issues"
},
"homepage": "https://github.com/growdigital/default"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment