Showing
2 changed files
with
18 additions
and
0 deletions
.gitignore
0 → 100644
| 1 | +node_modules/ | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
package.json
0 → 100644
| 1 | +{ | ||
| 2 | + "name": "bitcoin", | ||
| 3 | + "version": "1.0.0", | ||
| 4 | + "description": "bitcoin Community", | ||
| 5 | + "main": "index.js", | ||
| 6 | + "scripts": { | ||
| 7 | + "test": "echo \"Error: no test specified\" && exit 1" | ||
| 8 | + }, | ||
| 9 | + "author": "", | ||
| 10 | + "license": "ISC", | ||
| 11 | + "dependencies": { | ||
| 12 | + "body-parser": "^1.18.2", | ||
| 13 | + "ejs": "^2.5.7", | ||
| 14 | + "express": "^4.16.2", | ||
| 15 | + "realm": "^2.0.12" | ||
| 16 | + } | ||
| 17 | +} |
-
Please register or login to post a comment