Standardnotes theme. Forked from https://github.com/standardnotes/titanium-theme
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.
 
 

22 lines
455 B

{
"name": "sn-theme-nier",
"version": "1.0.0",
"main": "dist/dist.css",
"scripts": {
"build": "grunt",
"prepublish": "npm run build"
},
"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": "git://github.com/sn-extensions/titanium-theme.git"
}
}