mirror of
				https://github.com/therootcompany/pathman.git
				synced 2024-11-16 17:09:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			41 lines
		
	
	
		
			839 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			839 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"name": "@root/pathman",
 | |
| 	"version": "0.5.3-pre.3",
 | |
| 	"description": "A cross-platform PATH manager",
 | |
| 	"main": "index.js",
 | |
| 	"homepage": "https://git.rootprojects.org/root/pathman/src/branch/master/npm",
 | |
| 	"files": [
 | |
| 		"bin/",
 | |
| 		"lib/",
 | |
| 		"scripts/"
 | |
| 	],
 | |
| 	"bin": {
 | |
| 		"pathman": "bin/pathman"
 | |
| 	},
 | |
| 	"scripts": {
 | |
| 		"pathman": "pathman",
 | |
| 		"postinstall": "node scripts/fetch-prebuilt.js",
 | |
| 		"test": "echo \"Error: no test specified\" && exit 1"
 | |
| 	},
 | |
| 	"repository": {
 | |
| 		"type": "git",
 | |
| 		"url": "https://git.rootprojects.org/root/pathman.git"
 | |
| 	},
 | |
| 	"keywords": [
 | |
| 		"launchd",
 | |
| 		"systemd",
 | |
| 		"winsvc",
 | |
| 		"launchctl",
 | |
| 		"systemctl",
 | |
| 		"HKEY_CURRENT_USER",
 | |
| 		"HKCU",
 | |
| 		"Run"
 | |
| 	],
 | |
| 	"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
 | |
| 	"license": "MPL-2.0",
 | |
| 	"dependencies": {
 | |
| 		"@root/mkdirp": "^1.0.0",
 | |
| 		"@root/request": "^1.3.11"
 | |
| 	}
 | |
| }
 |