Projekt

Obecné

Profil

Stáhnout (601 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
  "name": "https-browserify",
3
  "description": "https module compatability for browserify",
4
  "version": "1.0.0",
5
  "author": {
6
    "name": "James Halliday",
7
    "email": "mail@substack.net",
8
    "url": "http://substack.net"
9
  },
10
  "devDependencies": {
11
    "standard": "^9.0.2"
12
  },
13
  "homepage": "https://github.com/substack/https-browserify",
14
  "keywords": [
15
    "browser",
16
    "browserify",
17
    "https"
18
  ],
19
  "license": "MIT",
20
  "main": "index.js",
21
  "repository": {
22
    "type": "git",
23
    "url": "git://github.com/substack/https-browserify.git"
24
  },
25
  "scripts": {
26
    "test": "standard"
27
  }
28
}
(3-3/4)