2013-12-01 10:05:34 +04:00
|
|
|
{
|
|
|
|
"name": "shower",
|
|
|
|
"description": "Shower HTML presentation engine",
|
2018-12-21 05:00:15 +03:00
|
|
|
"version": "2.6.7",
|
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": {
|
2018-12-21 04:40:38 +03:00
|
|
|
"@shower/material": "^2.2.0",
|
|
|
|
"@shower/ribbon": "^3.2.1",
|
2018-11-28 02:52:12 +03:00
|
|
|
"shower-core": "^2.1.0"
|
2014-03-21 12:40:34 +04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-11-28 02:52:12 +03:00
|
|
|
"browser-sync": "^2.26.3",
|
2017-08-04 01:45:31 +03:00
|
|
|
"del": "^3.0.0",
|
2018-09-27 09:58:15 +03:00
|
|
|
"gh-pages": "^2.0.0",
|
2018-06-16 01:54:30 +03:00
|
|
|
"gulp": "^4.0.0",
|
2016-03-23 23:53:37 +03:00
|
|
|
"gulp-rename": "^1.2.2",
|
2018-05-23 00:16:30 +03:00
|
|
|
"gulp-replace": "^1.0.0",
|
2017-01-31 12:05:15 +03:00
|
|
|
"gulp-zip": "^4.0.0",
|
2016-03-23 23:53:37 +03:00
|
|
|
"merge-stream": "^1.0.0",
|
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-06-16 01:54:30 +03:00
|
|
|
"start": "gulp serve",
|
2016-03-23 23:58:47 +03:00
|
|
|
"prepare": "gulp prepare",
|
|
|
|
"archive": "gulp archive",
|
2016-08-12 00:45:37 +03:00
|
|
|
"publish": "gulp publish",
|
|
|
|
"test": "npm run prepare && ls prepared && npm run archive && path-exists archive.zip"
|
2013-12-01 10:05:34 +04:00
|
|
|
}
|
|
|
|
}
|