Born compa
.editorconfig
0 → 100644
.eslintrc.json
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
AUTHORS
0 → 100644
CHANGELOG.md
0 → 100644
CONTRIBUTING.md
0 → 100644
COPYING
0 → 100644
This diff is collapsed.
README.md
0 → 100644
bin/compa
0 → 100644
doc/ROADMAP.md
0 → 100644
package.json
0 → 100644
{ | ||
"name": "compa", | ||
"preferGlobal": "true", | ||
"homepage": "http://joincompa.org/", | ||
"version": "1.0.0-alpha.3", | ||
"author": "Distopico <distopico@riseup.net>", | ||
"description": "Compa is a free (as freedom) world wide social directory decentralized and federated with an ActivityPub API.", | ||
"devDependencies": { | ||
"dependency-check": "^2.8.0", | ||
"eslint": "^4.10.0", | ||
"istanbul-combine": "^0.3.0", | ||
"jsonlint": "^1.6.2", | ||
"nyc": "^11.3.0" | ||
}, | ||
"dependencies": { | ||
"bcryptjs": "^2.4.3", | ||
"body-parser": "^1.15.2", | ||
"bunyan": "^1.8.12", | ||
"cookie-parser": "^1.4.3", | ||
"express": "^4.16.0", | ||
"express-session": "^1.14.1", | ||
"gm": "^1.22.0", | ||
"helmet": "^3.3.0", | ||
"lodash": "^4.17.4", | ||
"method-override": "^2.3.6", | ||
"mkdirp": "0.5.x", | ||
"serve-favicon": "^2.3.0", | ||
"showdown": "^1.4.1", | ||
"ua-parser-js": "^0.7.10", | ||
"uuid": "^3.0.0", | ||
"validator": "^9.0.0", | ||
"yargs": "^9.0.1" | ||
}, | ||
"bin": { | ||
"compa": "./bin/compa" | ||
}, | ||
"man": [ | ||
"./doc/compa.1" | ||
], | ||
"scripts": { | ||
"test": "npm run lint", | ||
"test:install": "npm install -g .", | ||
"test:coverage": "istanbul-combine -d coverage -p summary -r lcov 'coverage*/coverage-final.json'", | ||
"lint": "npm run lint:json", | ||
"lint:deps": "dependency-check package.json bin/* test/*.js > /dev/null && dependency-check --unused package.json -i dependency-check -i jsonlint -i nyc -i istanbul-combine bin/* test/*.js > /dev/null", | ||
"lint:json": "jsonlint -q package.json compa.json.sample" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://framagit.org/compa/compa.git" | ||
}, | ||
"bugs": "https://framagit.org/compa/compa/issues", | ||
"keywords": [ | ||
"activitystreams", | ||
"activitypub", | ||
"socialnetwork", | ||
"social", | ||
"directory", | ||
"places", | ||
"compa", | ||
"streams", | ||
"api", | ||
"app", | ||
"server" | ||
], | ||
"license": "AGPL-3.0", | ||
"engines": { | ||
"node": ">=4 <=8", | ||
"npm": ">=2" | ||
}, | ||
"greenkeeper": { | ||
"ignore": [] | ||
} | ||
} |
public/images/logo-big.png
0 → 100644
3.28 KB
public/images/logo.png
0 → 100644
2.45 KB
public/images/logo.svg
0 → 100644
public/robots.txt
0 → 100644