smartnginx/package.json

37 lines
826 B
JSON
Raw Normal View History

2016-07-06 01:14:44 +00:00
{
"name": "smartnginx",
2016-07-08 01:36:55 +00:00
"version": "0.0.3",
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": {
"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",
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"
}
}