aboutsummaryrefslogtreecommitdiff
path: root/node_modules/https-browserify/package.json
blob: b49b625d56975a831208e08a5f2b39ad4f447eec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "https-browserify",
  "version": "0.0.1",
  "description": "https module compatability for browserify",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/substack/https-browserify.git"
  },
  "homepage": "https://github.com/substack/https-browserify",
  "keywords": [
    "https",
    "browser",
    "browserify"
  ],
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "license": "MIT"
}