Skip to content

Instantly share code, notes, and snippets.

@jeff-hager-dev
Created September 24, 2015 13:35
Show Gist options
  • Save jeff-hager-dev/4b22613c7cf712c53c48 to your computer and use it in GitHub Desktop.
Save jeff-hager-dev/4b22613c7cf712c53c48 to your computer and use it in GitHub Desktop.
A package file I use when playing around with new client side libraries or ideas
{
"name": "tutorial",
"version": "1.0.0",
"description": "A package file I use when playing around with new client side libraries or ideas",
"main": "",
"scripts": {
"start": "http-server ./ -p 3002 -o --cors"
},
"author": "J. Nolan Hager",
"license": "MIT",
"dependencies": {
"http-server": "^0.8.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment