Standard Notes theme. Fork of https://github.com/jakecza/dark-hybrid-theme-sn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
448 B
21 lines
448 B
{
|
|
"name": "dark-hybrid-theme-sn",
|
|
"version": "1.0",
|
|
"main": "dist/dist.css",
|
|
"scripts": {
|
|
"build": "grunt"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^1.0.1",
|
|
"grunt-contrib-sass": "^1.0.0",
|
|
"grunt-contrib-watch": "^1.0.0",
|
|
"grunt-newer": "^1.2.0"
|
|
},
|
|
"sn": {
|
|
"main": "dist/dist.css"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jakecza/dark-hybrid-theme-sn.git"
|
|
}
|
|
}
|
|
|