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