drupal-civicrm/sites/all/modules/civicrm/bower_components/phantomjs-polyfill/package.json

25 lines
636 B
JSON
Raw Normal View History

2018-01-14 15:10:16 +02:00
{
"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"
}