Files: 2b3708ff390cc334653a3a9ff0f511f866423af7 / 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