Skip to content

Commit

Permalink
npm init
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 23, 2019
1 parent ced60bd commit 79088ab
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions package.json
@@ -0,0 +1,27 @@
{
"name": "functions-have-names",
"version": "0.0.0",
"description": "Does this JS environment support the `name` property on functions?",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ljharb/functions-have-names.git"
},
"keywords": [
"function",
"name",
"es5",
"names",
"functions",
"ie"
],
"author": "Jordan Harband <ljharb@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ljharb/functions-have-names/issues"
},
"homepage": "https://github.com/ljharb/functions-have-names#readme"
}

0 comments on commit 79088ab

Please sign in to comment.