forked from inkdropapp/inkdrop-github-preview-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 644 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 644 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "nord-preview",
"description": "Nord preview theme for Inkdrop Markdown Editor",
"version": "1.3.0",
"theme": "preview",
"repository": "https://github.com/0NotApplicable0/inkdrop-nord-preview-theme",
"scripts": {
"build": "lessc styles/less/nord.less ./styles/nord.css"
},
"license": "MIT",
"author": "choco14t<chocoh14t@gmail.com>",
"contributors": [
{
"name": "0NotApplicable0",
"email": "nick@splitrock.dev",
"url": "https://splitrock.dev"
}
],
"styleSheets": [
"nord.css"
],
"engines": {
"inkdrop": "^5.8.1"
},
"devDependencies": {
"less": "^3.11.3"
}
}