From 5da95f1afc4471af6f8636148dca41c11e0b9d1f Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 7 May 2018 09:23:07 +0200 Subject: add package.json --- package.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 package.json (limited to 'package.json') 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" +} -- cgit v1.3.1