1 changed files with 43 additions and 43 deletions
			
			
		| @ -1,45 +1,45 @@ | |||
| { | |||
| 	"name": "up-serve", | |||
| 	"version": "0.3.0", | |||
| 	"description": "A cli tool to quickly create and manage nginx server blocks.", | |||
| 	"main": "lib.js", | |||
| 	"scripts": { | |||
| 		"test": "echo \"Error: no test specified\" && exit 1", | |||
| 		"build": "node ./build/fetchTLDS" | |||
| 	}, | |||
| 	"repository": { | |||
| 		"type": "git", | |||
| 		"url": "git+https://github.com/codefeathers/up-serve.git" | |||
| 	}, | |||
| 	"keywords": [ | |||
| 		"up", | |||
| 		"serve", | |||
| 		"nginx", | |||
| 		"server", | |||
| 		"block" | |||
| 	], | |||
| 	"bin": { | |||
| 		"up": "./cli.js" | |||
| 	}, | |||
| 	"pkg": { | |||
| 		"assets": "assets/*" | |||
| 	}, | |||
| 	"author": "Muthu Kumar (@MKRhere)", | |||
| 	"license": "MIT", | |||
| 	"bugs": { | |||
| 		"url": "https://github.com/codefeathers/up-serve/issues" | |||
| 	}, | |||
| 	"homepage": "https://github.com/codefeathers/up-serve#readme", | |||
| 	"dependencies": { | |||
| 		"chalk": "2.3.0", | |||
| 		"commander": "2.11.0", | |||
| 		"fs-extra": "^4.0.2", | |||
| 		"prettyjson": "^1.2.1", | |||
| 		"readline-sync": "^1.4.7", | |||
| 		"save": "^2.3.2", | |||
| 		"shelljs": "^0.7.8" | |||
| 	}, | |||
| 	"devDependencies": { | |||
| 		"eslint": "^4.19.1" | |||
| 	} | |||
|   "name": "up-serve", | |||
|   "version": "0.3.1", | |||
|   "description": "A cli tool to quickly create and manage nginx server blocks.", | |||
|   "main": "lib.js", | |||
|   "scripts": { | |||
|     "test": "echo \"Error: no test specified\" && exit 1", | |||
|     "build": "node ./build/fetchTLDS" | |||
|   }, | |||
|   "repository": { | |||
|     "type": "git", | |||
|     "url": "git+https://github.com/codefeathers/up-serve.git" | |||
|   }, | |||
|   "keywords": [ | |||
|     "up", | |||
|     "serve", | |||
|     "nginx", | |||
|     "server", | |||
|     "block" | |||
|   ], | |||
|   "bin": { | |||
|     "up": "./cli.js" | |||
|   }, | |||
|   "pkg": { | |||
|     "assets": "assets/*" | |||
|   }, | |||
|   "author": "Muthu Kumar (@MKRhere)", | |||
|   "license": "MIT", | |||
|   "bugs": { | |||
|     "url": "https://github.com/codefeathers/up-serve/issues" | |||
|   }, | |||
|   "homepage": "https://github.com/codefeathers/up-serve#readme", | |||
|   "dependencies": { | |||
|     "chalk": "2.3.0", | |||
|     "commander": "2.11.0", | |||
|     "fs-extra": "^4.0.2", | |||
|     "prettyjson": "^1.2.1", | |||
|     "readline-sync": "^1.4.7", | |||
|     "save": "^2.3.2", | |||
|     "shelljs": "^0.7.8" | |||
|   }, | |||
|   "devDependencies": { | |||
|     "eslint": "^4.19.1" | |||
|   } | |||
| } | |||
|  | |||
					Loading…
					
					
				
		Reference in new issue