Browse Source

[misc]

master
Muthu Kumar 6 years ago
parent
commit
86e4444b63
  1. 86
      package.json
  2. 1118
      shrinkwrap.yaml

86
package.json

@ -1,45 +1,45 @@
{
"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"
}
"name": "up-serve",
"version": "0.3.2",
"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"
}
}

1118
shrinkwrap.yaml

File diff suppressed because it is too large
Loading…
Cancel
Save