git ssb

2+

cel / scuttlebot.io



Tree: b24a8c824494555ff39be898c3fde5541e7e8a92

Files: b24a8c824494555ff39be898c3fde5541e7e8a92 / package.json

617 bytesRaw
1{
2 "name": "scuttlebot.io",
3 "version": "1.0.0",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "build": "node index.js",
8 "watch": "nodemon --ignore ./build -e js,md index.js",
9 "test": "echo \"Error: no test specified\" && exit 1"
10 },
11 "author": "Paul Frazee <pfrazee@gmail.com>",
12 "license": "MIT",
13 "devDependencies": {
14 "fs-jetpack": "^0.7.2",
15 "nodemon": "^1.9.1"
16 },
17 "dependencies": {
18 "remark": "^4.1.2",
19 "remark-autolink-headings": "^3.0.0",
20 "remark-html": "^3.0.0",
21 "remark-slug": "^4.1.0",
22 "ssb-ref": "^2.6.3",
23 "unist-util-select": "^1.5.0"
24 }
25}
26

Built with git-ssb-web