Skip to content

Commit

Permalink
package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 30, 2017
1 parent 9472155 commit e0302c0
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions package.json
@@ -0,0 +1,29 @@
{
"name": "util.promisify",
"version": "0.0.0",
"description": "Polyfill/shim for util.promisify in node versions < v8",
"main": "index.js",
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ljharb/util.promisify.git"
},
"keywords": [
"promisify",
"promise",
"util",
"polyfill",
"shim",
"util.promisify"
],
"author": "Jordan Harband <ljharb@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ljharb/util.promisify/issues"
},
"homepage": "https://github.com/ljharb/util.promisify#readme"
}

0 comments on commit e0302c0

Please sign in to comment.