UNPKG

bookbag

Version:

A place to store my notes.

24 lines (23 loc) 527 B
{ "name": "bookbag", "version": "1.0.0", "description": "A place to store my notes.", "main": "index.js", "scripts": { "docz:dev": "docz dev", "docz:build": "docz build" }, "repository": { "type": "git", "url": "git+https://github.com/alexlee-dev/bookbag.git" }, "author": "Alex Lee <@alexlee-dev>", "license": "MIT", "bugs": { "url": "https://github.com/alexlee-dev/bookbag/issues" }, "homepage": "https://bookbag.netlify.com/", "devDependencies": { "docz": "^0.12.5" } }