compa
Version:
Compa is a free (as freedom) world wide social directory decentralized and federated with an ActivityPub API.
75 lines (74 loc) • 1.98 kB
JSON
{
"name": "compa",
"preferGlobal": "true",
"homepage": "http://joincompa.org/",
"version": "1.0.0-alpha.4",
"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": []
}
}