Last active
October 29, 2017 22:46
-
-
Save constvoidblog/53f32268abae96103e92bb53c54fb8ba to your computer and use it in GitHub Desktop.
initial package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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