| { |
| "author": { |
| "email": "mail@substack.net", |
| "name": "James Halliday", |
| "url": "http://substack.net" |
| }, |
| "description": "https module compatability for browserify", |
| "devDependencies": { |
| "standard": "^9.0.2" |
| }, |
| "homepage": "https://github.com/substack/https-browserify", |
| "keywords": [ |
| "browser", |
| "browserify", |
| "https" |
| ], |
| "license": "MIT", |
| "main": "index.js", |
| "name": "https-browserify", |
| "repository": { |
| "type": "git", |
| "url": "git://github.com/substack/https-browserify.git" |
| }, |
| "scripts": { |
| "test": "standard" |
| }, |
| "version": "1.0.0" |
| } |