Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « promzard « node_modules « init-package-json « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1f1bfc6d42c0c1e803bba99884d8bbd5155cc0b0 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "name": "promzard",
  "description": "prompting wizardly",
  "version": "0.2.2",
  "repository": {
    "url": "git://github.com/isaacs/promzard"
  },
  "dependencies": {
    "read": "1"
  },
  "devDependencies": {
    "tap": "~0.2.5"
  },
  "main": "promzard.js",
  "scripts": {
    "test": "tap test/*.js"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/isaacs/promzard/issues"
  },
  "homepage": "https://github.com/isaacs/promzard",
  "_id": "promzard@0.2.2",
  "_shasum": "918b9f2b29458cb001781a8856502e4a79b016e0",
  "_from": "promzard@~0.2.0",
  "_npmVersion": "1.4.10",
  "_npmUser": {
    "name": "isaacs",
    "email": "i@izs.me"
  },
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "dist": {
    "shasum": "918b9f2b29458cb001781a8856502e4a79b016e0",
    "tarball": "http://registry.npmjs.org/promzard/-/promzard-0.2.2.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/promzard/-/promzard-0.2.2.tgz"
}