Skip to content

Commit

Permalink
Merge pull request eligrey#47 from sroucheray/master
Browse files Browse the repository at this point in the history
Add a package.json file
  • Loading branch information
eligrey committed Feb 29, 2016
2 parents e87db36 + a7cdfb7 commit 6101ab2
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "classlist.js",
"version": "1.1.20150312",
"description": "Cross-browser JavaScript shim that fully implements element.classList (referenced on MDN)",
"main": "classList.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "bash ./script/test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eligrey/classList.js.git"
},
"keywords": [
"classList",
"polyfill",
"shim",
"cross-browser"
],
"author": "[email protected]",
"license": "Public Domain",
"bugs": {
"url": "https://github.com/eligrey/classList.js/issues"
},
"homepage": "https://github.com/eligrey/classList.js#readme"
}

0 comments on commit 6101ab2

Please sign in to comment.