git ssb

6+

cel / downmark



Tree: 4da1a09538931f5a12dd33931b464790cae99084

Files: 4da1a09538931f5a12dd33931b464790cae99084 / package.json

351 bytesRaw
1{
2 "name": "downmark",
3 "version": "0.0.0",
4 "description": "editor that turns rich text into markdown",
5 "main": "index.js",
6 "author": "Charles Lehner (http://celehner.com/)",
7 "license": "Fair",
8 "scripts": {
9 "build": "browserify . -o bundle.js"
10 },
11 "devDependencies": {
12 "browserify": "^13.0.0",
13 "to-markdown": "^3.0.0"
14 }
15}
16

Built with git-ssb-web