diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-07 09:23:07 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-07 09:23:07 +0200 |
| commit | 5da95f1afc4471af6f8636148dca41c11e0b9d1f (patch) | |
| tree | 0ffb49736148e8ad8a783876cf87a05250a16436 | |
| parent | 9997d9a82bdc70c5fc0b19a27f4d9cadf28e954a (diff) | |
| download | brokentalents-5da95f1afc4471af6f8636148dca41c11e0b9d1f.tar.gz brokentalents-5da95f1afc4471af6f8636148dca41c11e0b9d1f.zip | |
add package.json
| -rw-r--r-- | package.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..49ff23a --- /dev/null +++ b/package.json @@ -0,0 +1,33 @@ +{ + "name": "brokentalents", + "version": "1.0.0", + "description": "", + "main": "index.js", + "dependencies": { + "axios": "^0.18.0", + "bulma": "^0.7.1", + "fluture": "^8.0.2", + "fluture-retry": "^1.0.0", + "fs-path": "^0.0.24", + "moment": "^2.22.1", + "node-fetch": "^2.1.2", + "ramda": "^0.25.0", + "request": "^2.85.0", + "request-promise": "^4.2.2", + "vainglory": "^1.4.0" + }, + "devDependencies": {}, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/BrokenTalents/brokentalents.github.io.git" + }, + "author": "", + "license": "UNLICENSED", + "bugs": { + "url": "https://github.com/BrokenTalents/brokentalents.github.io/issues" + }, + "homepage": "https://github.com/BrokenTalents/brokentalents.github.io#readme" +} |
