25 lines
636 B
JSON
25 lines
636 B
JSON
|
{
|
||
|
"name": "phantomjs-polyfill",
|
||
|
"version": "0.0.2",
|
||
|
"description": "Polyfill for Function.prototype.bind",
|
||
|
"main": "bind-polyfill.js",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git@github.com:tom-james-watson/phantomjs-polyfill.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"phantomjs",
|
||
|
"bind",
|
||
|
"polyfill"
|
||
|
],
|
||
|
"author": "Tom Watson <tom.james.watson@gmail.com>",
|
||
|
"license": "ISC",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/tom-james-watson/phantomjs-polyfill/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/tom-james-watson/phantomjs-polyfill"
|
||
|
}
|