| 12345678910111213141516171819202122232425 |
- {
- "name": "glih",
- "version": "1.0.0",
- "description": "javascript version of epitech's blih utility",
- "main": "blih.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "bin": {
- "glih": "blih.js"
- },
- "repository": {
- "type": "git",
- "url": "ssh://git@git.coldiary.eu:10022/coldiary/Glih.git"
- },
- "author": "sida_b",
- "license": "ISC",
- "dependencies": {
- "commander": "^2.9.0",
- "json-stable-stringify": "^1.0.1",
- "prompt-sync": "^4.1.4",
- "request": "^2.75.0",
- "utf8": "^2.1.1"
- }
- }
|