Skip to content

Commit

Permalink
Generate package.json with npm init (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
htchaan authored and LeaVerou committed Nov 23, 2017
1 parent 1addc03 commit 7373709
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "multirange",
"version": "1.0.0",
"description": "A tiny polyfill for HTML5 multi-handle sliders",
"main": "multirange.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LeaVerou/multirange.git"
},
"keywords": [
"polyfill",
"input",
"range",
"slider",
"multiple",
"multirange"
],
"author": "Lea Verou",
"license": "MIT",
"bugs": {
"url": "https://github.com/LeaVerou/multirange/issues"
},
"homepage": "https://github.com/LeaVerou/multirange#readme"
}

0 comments on commit 7373709

Please sign in to comment.