Skip to content

Instantly share code, notes, and snippets.

@magician11
Created May 21, 2015 00:18
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 magician11/b93baeca48bd1ea31c85 to your computer and use it in GitHub Desktop.
Save magician11/b93baeca48bd1ea31c85 to your computer and use it in GitHub Desktop.
package.json for Andrew Golightly's landing page
{
"name": "andrew-golightly",
"version": "0.1.3",
"author": "Andrew Golightly <support@andrewgolightly.com>",
"description": "Andrew Golightly's landingpage",
"homepage": "http://www.andrewgolightly.com",
"repository": {
"type": "git",
"url": "git://github.com/magician11/ag-landingpage.git"
},
"engines": {
"node": "^0.12"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-sass": "^1.3.3",
"node-bourbon": "^4.2.2",
"gulp-jshint": "^1.10.0",
"gulp-webserver": "^0.9.1"
},
"private": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment