Files: c215e2fd7a75c6f661ea666fa20733af27fc6806 / package.json
356 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 | "prepublish": "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