Skip to content

Instantly share code, notes, and snippets.

@constvoidblog
Last active October 29, 2017 22:46
Show Gist options
  • Save constvoidblog/53f32268abae96103e92bb53c54fb8ba to your computer and use it in GitHub Desktop.
Save constvoidblog/53f32268abae96103e92bb53c54fb8ba to your computer and use it in GitHub Desktop.
initial package.json
{
"name": "abjscdef",
"version": "0.2.0",
"description": "A better javascript cd encoder - flac",
"main": "abjscdef.js",
"scripts": {
//...per github..
},
"author": "const void*",
"license": "MIT",
"devDependencies": {
"eslint-config-google": "^0.9.1",
"jshint": "^2.9.5"
},
"dependencies": {
// ...per github...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment