summaryrefslogtreecommitdiff
path: root/node_modules/graceful-readlink/package.json
blob: ac86c1f5192d45c186582b00fa17253be4234aaa (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "graceful-readlink",
  "version": "1.0.1",
  "description": "graceful fs.readlink",
  "main": "index.js",
  "repository": "git://github.com/zhiyelee/graceful-readlink.git",
  "homepage": "https://github.com/zhiyelee/graceful-readlink",
  "bugs": "https://github.com/zhiyelee/graceful-readlink/issues",
  "keywords": [
    "fs.readlink",
    "readlink"
  ],
  "author": "zhiyelee",
  "license": "MIT",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}