12345678910111213141516171819202122 |
- {
- "name": "lcs-storage",
- "version": "0.0.1",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "start": "node ./index.js",
- "startSSL": "node ./index.js -p 8080 -s -k ./certs/192.168.0.10.key -c ./certs/192.168.0.10.pem"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/NikolaySuslov/lcs-storage.git"
- },
- "keywords": [],
- "author": "Nikolay Suslov",
- "license": "MIT",
- "dependencies": {
- "gun": "0.2019.612",
- "optimist": "0.6.1"
- }
- }
|