UNPKG

606 BJSONView Raw
1{
2 "name": "osenv",
3 "version": "0.1.0",
4 "main": "osenv.js",
5 "directories": {
6 "test": "test"
7 },
8 "dependencies": {},
9 "devDependencies": {
10 "tap": "~0.4.9"
11 },
12 "scripts": {
13 "test": "tap test/*.js"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git://github.com/isaacs/osenv"
18 },
19 "keywords": [
20 "environment",
21 "variable",
22 "home",
23 "tmpdir",
24 "path",
25 "prompt",
26 "ps1"
27 ],
28 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
29 "license": "BSD",
30 "description": "Look up environment settings specific to different operating systems"
31}