2016-07-06 01:14:44 +00:00
|
|
|
{
|
|
|
|
"name": "smartnginx",
|
2016-07-06 01:33:42 +00:00
|
|
|
"version": "0.0.1",
|
2016-07-06 01:14:44 +00:00
|
|
|
"description": "control nginx from node",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"scripts": {
|
|
|
|
"test": "(npmts)"
|
|
|
|
},
|
|
|
|
"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-06 01:33:39 +00:00
|
|
|
"cert": "0.0.13",
|
2016-07-06 01:14:44 +00:00
|
|
|
"q": "^1.4.1",
|
|
|
|
"smartfile": "^4.0.10"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"npmts-g": "^5.2.6",
|
|
|
|
"should": "^9.0.2",
|
|
|
|
"typings-test": "^1.0.1"
|
|
|
|
}
|
|
|
|
}
|