finish
Showing
.dockerignore
0 → 100644
Dockerfile
0 → 100644
index.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | |||
| "name": "avatar-helper", | |||
| "version": "1.0.0", | |||
| "description": "", | |||
| "main": "index.js", | |||
| "scripts": { | |||
| "test": "echo \"Error: no test specified\" && exit 1" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://github.com/mycard/avatar-helper.git" | |||
| }, | |||
| "author": "Nanahira", | |||
| "license": "AGPL-3.0", | |||
| "bugs": { | |||
| "url": "https://github.com/mycard/avatar-helper/issues" | |||
| }, | |||
| "homepage": "https://github.com/mycard/avatar-helper#readme", | |||
| "dependencies": { | |||
| "request": "^2.88.0" | |||
| } | |||
| } |
Please register or sign in to comment