~dricottone/noticable

ref: 56c09794b2fa271f98cbbab9defd0ceed8323bb8 noticable/package.json -rw-r--r-- 354 bytes
56c09794Dominic Ricottone configure for markdown syntax 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "noticable",
  "description": "A bad notes app",
  "author": {
    "name": "Dominic Ricottone",
    "email": "me@dominic-ricottone.com"
  },
  "version": "0.0.1",
  "license": "GPL-3.0",
  "main": "src/main.js",
  "scripts": {
    "start": "electron ."
  },
  "dependencies": {
    "electron": "^11.1.0",
    "monaco-editor": "^0.21.2"
  }
}