-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1.59 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "ofirehose",
"version": "0.2.9",
"homepage": "https://github.com/e14n/ofirehose#readme",
"author": "Evan Prodromou <[email protected]>",
"description": "Firehose for the federated social web",
"preferGlobal": true,
"dependencies": {
"databank": "0.18.x",
"debug": "^3.1.0",
"express": "^3.21.2",
"method-override": "^2.3.10",
"pug": "^2.0.0-rc.4",
"step": "^1.0.0",
"underscore": "1.4.x",
"utml": "^0.2.0",
"yargs": "^10.0.3"
},
"repository": {
"type": "git",
"url": "git://github.com/e14n/ofirehose.git"
},
"bugs": "https://github.com/e14n/ofirehose/issues",
"scripts": {
"pretest": "coffee -o lib/ -c src/*.coffee",
"test": "nyc -r text -r lcov perjury test/*-test.js",
"test:root": "nyc -r text -r lcov --report-dir coverage-root perjury test/*-test-as-root.js",
"build": "mkdir -p lib && coffee -b -c -o lib/ src/*.coffee",
"start": "node ./lib/app.js",
"watch": "watch 'npm run build' ./src/",
"clean": "rm -f lib/*.js *~ lib/*~ src/*~ test/*~"
},
"devDependencies": {
"coffee-script": "1.6.x",
"coveralls": "^3.0.0",
"lcov-result-merger": "^1.2.0",
"nyc": "^11.3.0",
"perjury": "^1.1.0",
"watch": "^1.0.2"
},
"keywords": [
"activitystreams",
"socialnetwork",
"social",
"pump",
"pumpio",
"firhose",
"app",
"server",
"federation",
"decentralization"
],
"license": "Apache-2.0"
}