Skip to content

Commit

Permalink
npm init
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 17, 2020
1 parent 548cd30 commit ceb7238
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "array.prototype.indexof",
"version": "0.0.0",
"description": "An ES2015 spec-compliant `Array.prototype.indexOf` shim/polyfill/replacement that works as far down as ES3.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/es-shims/Array.prototype.indexOf.git"
},
"keywords": [
"Array.prototype.indexOf",
"indexOf",
"array",
"ES5",
"shim",
"polyfill",
"es-shim API"
],
"author": "Jordan Harband <ljharb@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/es-shims/Array.prototype.indexOf/issues"
},
"homepage": "https://github.com/es-shims/Array.prototype.indexOf#readme",
"engines": {
"node": ">= 0.4"
}
}

0 comments on commit ceb7238

Please sign in to comment.