46 lines
		
	
	
		
			754 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			754 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "npm-run-path",
 | |
|   "version": "2.0.2",
 | |
|   "description": "Get your PATH prepended with locally installed binaries",
 | |
|   "license": "MIT",
 | |
|   "repository": "sindresorhus/npm-run-path",
 | |
|   "author": {
 | |
|     "name": "Sindre Sorhus",
 | |
|     "email": "sindresorhus@gmail.com",
 | |
|     "url": "sindresorhus.com"
 | |
|   },
 | |
|   "engines": {
 | |
|     "node": ">=4"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "test": "xo && ava"
 | |
|   },
 | |
|   "files": [
 | |
|     "index.js"
 | |
|   ],
 | |
|   "keywords": [
 | |
|     "npm",
 | |
|     "run",
 | |
|     "path",
 | |
|     "package",
 | |
|     "bin",
 | |
|     "binary",
 | |
|     "binaries",
 | |
|     "script",
 | |
|     "cli",
 | |
|     "command-line",
 | |
|     "execute",
 | |
|     "executable"
 | |
|   ],
 | |
|   "dependencies": {
 | |
|     "path-key": "^2.0.0"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "ava": "*",
 | |
|     "xo": "*"
 | |
|   },
 | |
|   "xo": {
 | |
|     "esnext": true
 | |
|   }
 | |
| }
 | 
