Skip to content

Commit

Permalink
npm init
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Harvey committed Aug 25, 2017
1 parent 0229c8e commit be7c354
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "helpers-js",
"version": "0.0.0",
"description": "Javascript helpers for lazy people.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chharvey/helpers-js.git"
},
"keywords": [
"javascript",
"js",
"helper",
"utility",
"native"
],
"author": "Chris Harvey <[email protected]> (https://chharvey.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/chharvey/helpers-js/issues"
},
"homepage": "https://github.com/chharvey/helpers-js#readme"
}

0 comments on commit be7c354

Please sign in to comment.