summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/chmodr/package.json
blob: 54febed62cb8c9247ae6266e889f70342395b73f (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
49
50
51
52
53
{
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "name": "chmodr",
  "description": "like `chmod -R`",
  "version": "1.0.1",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/chmodr.git"
  },
  "main": "chmodr.js",
  "devDependencies": {
    "mkdirp": "0.3",
    "rimraf": "",
    "tap": "^1.3.2"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "license": "ISC",
  "files": [
    "chmodr.js"
  ],
  "gitHead": "a1ffe57f50c7d1a32e342ed1a03772d37bb4d00e",
  "bugs": {
    "url": "https://github.com/isaacs/chmodr/issues"
  },
  "homepage": "https://github.com/isaacs/chmodr#readme",
  "_id": "chmodr@1.0.1",
  "_shasum": "858e07efd75b6633ae6121ffaa33b2900bcfe18d",
  "_from": "chmodr@>=1.0.1 <1.1.0",
  "_npmVersion": "3.2.1",
  "_nodeVersion": "2.2.1",
  "_npmUser": {
    "name": "isaacs",
    "email": "isaacs@npmjs.com"
  },
  "dist": {
    "shasum": "858e07efd75b6633ae6121ffaa33b2900bcfe18d",
    "tarball": "http://registry.npmjs.org/chmodr/-/chmodr-1.0.1.tgz"
  },
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "directories": {},
  "_resolved": "https://registry.npmjs.org/chmodr/-/chmodr-1.0.1.tgz"
}