mirror of
https://github.com/standardnotes/app.git
synced 2026-01-11 19:56:41 +00:00
26 lines
582 B
JSON
26 lines
582 B
JSON
{
|
|
"name": "@standardnotes/autobiography-theme",
|
|
"version": "1.0.4",
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"build": "grunt",
|
|
"prepublishOnly": "yarn run build"
|
|
},
|
|
"sn": {
|
|
"main": "dist/dist.css"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/standardnotes/autobiography-theme.git"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
}
|
|
}
|