2016-07-06 01:14:44 +00:00
|
|
|
{
|
2018-08-10 21:10:48 +00:00
|
|
|
"name": "@pushrocks/smartnginx",
|
2018-08-10 21:44:31 +00:00
|
|
|
"version": "2.0.1",
|
2016-07-06 04:33:38 +00:00
|
|
|
"description": "control nginx from node, TypeScript ready",
|
2016-07-06 01:14:44 +00:00
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"scripts": {
|
2018-08-10 21:10:48 +00:00
|
|
|
"test": "tstest test/",
|
|
|
|
"cleanTest": "(rm -r nginxconfig) && npm run test",
|
|
|
|
"build": "(tsbuild)"
|
2016-07-06 01:14:44 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+ssh://git@gitlab.com/pushrocks/smartnginx.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"nginx"
|
|
|
|
],
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitlab.com/pushrocks/smartnginx/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://gitlab.com/pushrocks/smartnginx#README",
|
|
|
|
"dependencies": {
|
2018-08-10 21:10:48 +00:00
|
|
|
"@pushrocks/smartfile": "^6.0.6",
|
|
|
|
"@pushrocks/smartlog": "^2.0.1",
|
|
|
|
"@pushrocks/smartpromise": "^2.0.5",
|
|
|
|
"@pushrocks/smartshell": "^2.0.6",
|
|
|
|
"@pushrocks/smartstring": "^3.0.0"
|
2016-07-06 01:14:44 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-08-10 21:10:48 +00:00
|
|
|
"@gitzone/tsbuild": "^2.0.22",
|
|
|
|
"@gitzone/tsrun": "^1.1.12",
|
|
|
|
"@gitzone/tstest": "^1.0.13",
|
|
|
|
"@pushrocks/tapbundle": "^3.0.5",
|
|
|
|
"qenv": "^1.1.7"
|
|
|
|
},
|
|
|
|
"private": true
|
2016-07-06 01:14:44 +00:00
|
|
|
}
|