drupal-civicrm/sites/all/modules/civicrm/bower_components/phantomjs-polyfill/package.json
2018-01-14 13:10:16 +00:00

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"
}