2016-07-06 01:14:44 +00:00
|
|
|
{
|
|
|
|
"name": "smartnginx",
|
2016-07-11 14:35:14 +00:00
|
|
|
"version": "0.0.5",
|
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": {
|
2016-07-08 02:24:07 +00:00
|
|
|
"test": "(npmts)",
|
2016-07-08 02:24:20 +00:00
|
|
|
"cleanTest": "(rm -r nginxconfig)"
|
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": {
|
|
|
|
"@types/q": "0.0.25-alpha",
|
2016-07-11 14:34:51 +00:00
|
|
|
"beautylog": "^5.0.13",
|
2016-07-06 01:33:39 +00:00
|
|
|
"cert": "0.0.13",
|
2016-07-06 01:14:44 +00:00
|
|
|
"q": "^1.4.1",
|
2016-07-06 04:33:31 +00:00
|
|
|
"shelljs": "^0.7.0",
|
2016-07-06 06:30:33 +00:00
|
|
|
"smartfile": "^4.0.10",
|
2016-07-08 01:36:51 +00:00
|
|
|
"smartstring": "^2.0.14"
|
2016-07-06 01:14:44 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"npmts-g": "^5.2.6",
|
|
|
|
"should": "^9.0.2",
|
|
|
|
"typings-test": "^1.0.1"
|
|
|
|
}
|
|
|
|
}
|