summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/phantomjs-polyfill/package.json
blob: 02aaf927dca090148739d435156dcb0c261f90e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "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"
}