-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 1004 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "clubeleven",
"version": "1.0.0",
"description": "clubeleven is a prototyping workspace for Aardwolf (https://aardwolf.social) written in Python. It is not intended to be used in production, and will *probably** never provide a usable ActivityPub server. It does include experiments and proofs of concept that will be re-implemented in Rust for Aardwolf.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"bulma": "^0.6.2",
"fork-awesome": "^1.0.11",
"intercooler": "^1.2.1",
"jquery": "^3.3.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jfmcbrayer/clubeleven.git"
},
"author": "Jason McBrayer <[email protected]>",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/jfmcbrayer/clubeleven/issues"
},
"homepage": "https://github.com/jfmcbrayer/clubeleven#readme"
}