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

package.json « promzard « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 77e3bd65513c92707205cf1c62aab3c4471ca003 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  "name": "promzard",
  "description": "prompting wizardly",
  "version": "0.3.0",
  "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"
}