27 lines
571 B
JSON
27 lines
571 B
JSON
{
|
|
"name": "@standardnotes/midnight-theme",
|
|
"version": "1.2.8",
|
|
"main": "dist/dist.css",
|
|
"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/standardnotes/midnight-theme.git"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "npm run build",
|
|
"build": "grunt"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
}
|
|
}
|