Projekt

Obecné

Profil

Stáhnout (775 Bajtů) Statistiky
| Větev: | Revize:
1 3a515b92 cagy
{
2
  "name": "home-or-tmp",
3
  "version": "2.0.0",
4
  "description": "Get the user home directory with fallback to the system temp directory",
5
  "license": "MIT",
6
  "repository": "sindresorhus/home-or-tmp",
7
  "author": {
8
    "name": "Sindre Sorhus",
9
    "email": "sindresorhus@gmail.com",
10
    "url": "sindresorhus.com"
11
  },
12
  "engines": {
13
    "node": ">=0.10.0"
14
  },
15
  "scripts": {
16
    "test": "node test.js"
17
  },
18
  "files": [
19
    "index.js"
20
  ],
21
  "keywords": [
22
    "user",
23
    "home",
24
    "homedir",
25
    "dir",
26
    "directory",
27
    "folder",
28
    "path",
29
    "tmp",
30
    "temp",
31
    "temporary",
32
    "fallback",
33
    "graceful",
34
    "userprofile"
35
  ],
36
  "dependencies": {
37
    "os-homedir": "^1.0.0",
38
    "os-tmpdir": "^1.0.1"
39
  },
40
  "devDependencies": {
41
    "ava": "0.0.4"
42
  }
43
}