smartnginx/package.json

41 lines
941 B
JSON
Raw Normal View History

2016-07-06 01:14:44 +00:00
{
"name": "smartnginx",
2016-08-03 12:10:09 +00:00
"version": "1.0.6",
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-08-03 10:05:03 +00:00
"@types/q": "0.x.x",
"@types/shelljs": "0.x.x",
2016-08-03 12:10:03 +00:00
"beautylog": "^5.0.20",
"cert": "^1.0.7",
2016-07-06 01:14:44 +00:00
"q": "^1.4.1",
2016-08-03 12:10:03 +00:00
"shelljs": "^0.7.3",
"smartfile": "^4.0.13",
2016-07-21 00:24:54 +00:00
"smartstring": "^2.0.15"
2016-07-06 01:14:44 +00:00
},
"devDependencies": {
2016-08-03 12:10:03 +00:00
"npmts-g": "^5.2.8",
"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"
}
}