2016-07-06 01:14:44 +00:00
|
|
|
{
|
|
|
|
"name": "smartnginx",
|
2016-07-21 00:25:15 +00:00
|
|
|
"version": "0.0.7",
|
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": {
|
2016-07-21 00:24:54 +00:00
|
|
|
"@types/q": "^0.0.27",
|
|
|
|
"@types/shelljs": "^0.3.27",
|
|
|
|
"beautylog": "^5.0.14",
|
2016-07-13 14:19:00 +00:00
|
|
|
"cert": "0.0.17",
|
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-21 00:24:54 +00:00
|
|
|
"smartfile": "^4.0.12",
|
|
|
|
"smartstring": "^2.0.15"
|
2016-07-06 01:14:44 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"npmts-g": "^5.2.6",
|
2016-07-13 11:04:48 +00:00
|
|
|
"qenv": "^1.0.8",
|
2016-07-21 00:24:54 +00:00
|
|
|
"should": "^10.0.0",
|
2016-07-06 01:14:44 +00:00
|
|
|
"typings-test": "^1.0.1"
|
|
|
|
}
|
|
|
|
}
|