-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 816 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 816 Bytes
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
{
"name": "keychain-env",
"version": "0.1.0",
"description": "Set node process environment variables based on a secure note stored in the OS X keychain.",
"os": ["darwin"],
"main": "lib/keychain-env.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meantime/keychain-env.git"
},
"author": {
"name": "Chris DeSalvo",
"email": "chris@desalvo.org",
"url": "https://www.desalvo.org"
},
"license": "Unlicense",
"keywords": ["keychain", "environment", "mac", "config"],
"bugs": {
"url": "https://github.com/meantime/keychain-env/issues"
},
"homepage": "https://github.com/meantime/keychain-env#readme",
"dependencies": {
"dotenv": "^4.0.0",
"plist": "^2.1.0"
}
}