2021-04-05 14:55:20 +00:00
|
|
|
{
|
|
|
|
"name": "sticky",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "Generate a sticky note",
|
|
|
|
"main": "sticky.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "mattmcw",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"argparse": "^2.0.1",
|
|
|
|
"fs-extra": "^9.1.0",
|
2021-05-05 23:51:20 +00:00
|
|
|
"hersheytext": "github:mattmcw/hersheytextjs"
|
2021-04-05 14:55:20 +00:00
|
|
|
}
|
|
|
|
}
|