| 12345678910111213141516171819 |
- {
- "name": "portainer",
- "version": "0.0.1",
- "description": "Portainer command line deployment",
- "main": "lib/client.js",
- "bin": {
- "portainer": "./bin/portainer.js"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "figlet": "^1.2.1",
- "microservice-config": "^0.0.1",
- "portainer-api-client": "^0.0.2"
- }
- }
|