2013-12-01 10:05:34 +04:00
|
|
|
{
|
|
|
|
"name": "shower",
|
|
|
|
"description": "Shower HTML presentation engine",
|
2019-01-19 16:50:10 +03:00
|
|
|
"version": "2.6.8",
|
2014-03-08 22:46:15 +04:00
|
|
|
"author": {
|
|
|
|
"name": "Vadim Makeev",
|
2018-04-06 18:27:16 +03:00
|
|
|
"url": "https://pepelsbey.net/"
|
2014-03-08 22:46:15 +04:00
|
|
|
},
|
2014-05-12 20:40:09 +04:00
|
|
|
"homepage": "https://github.com/shower/shower",
|
2014-03-08 22:46:15 +04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/shower/shower.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
2018-12-21 04:40:38 +03:00
|
|
|
"url": "https://github.com/shower/shower/issues"
|
2014-03-08 22:46:15 +04:00
|
|
|
},
|
2015-12-06 21:35:44 +03:00
|
|
|
"license": "MIT",
|
2014-03-08 22:46:15 +04:00
|
|
|
"keywords": [
|
|
|
|
"shower",
|
|
|
|
"presentation",
|
|
|
|
"template"
|
|
|
|
],
|
2016-03-23 23:59:05 +03:00
|
|
|
"files": [
|
|
|
|
"pictures/**",
|
|
|
|
"index.html",
|
|
|
|
"LICENSE.md",
|
|
|
|
"README.md"
|
|
|
|
],
|
2014-03-08 22:46:15 +04:00
|
|
|
"dependencies": {
|
2019-02-12 00:25:30 +03:00
|
|
|
"@shower/material": "^2.2.1",
|
|
|
|
"@shower/ribbon": "^3.2.2",
|
2018-11-28 02:52:12 +03:00
|
|
|
"shower-core": "^2.1.0"
|
2014-03-21 12:40:34 +04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-08-24 01:03:08 +03:00
|
|
|
"path-exists-cli": "^1.0.0",
|
2018-10-06 09:15:16 +03:00
|
|
|
"shower-cli": "^0.2.3"
|
2016-03-23 23:58:47 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
2018-08-24 01:03:08 +03:00
|
|
|
"pdf": "shower pdf",
|
2018-08-30 17:18:57 +03:00
|
|
|
"start": "shower serve",
|
|
|
|
"prepare": "shower prepare --files '**' --files '!{docs,node_modules,prepared}{,/**}' --files '!*.{md,toml,json}'",
|
|
|
|
"archive": "shower archive --files '**' --files '!{docs,node_modules,prepared}{,/**}' --files '!*.{md,toml,json}'",
|
|
|
|
"publish": "shower publish --files '**' --files '!{docs,node_modules,prepared}{,/**}' --files '!*.{md,toml,json}'",
|
2016-08-12 00:45:37 +03:00
|
|
|
"test": "npm run prepare && ls prepared && npm run archive && path-exists archive.zip"
|
2013-12-01 10:05:34 +04:00
|
|
|
}
|
|
|
|
}
|