2013-12-01 10:05:34 +04:00
|
|
|
{
|
|
|
|
"name": "shower",
|
|
|
|
"description": "Shower HTML presentation engine",
|
2018-06-20 18:00:48 +03:00
|
|
|
"version": "2.5.0",
|
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": {
|
|
|
|
"url": "http://github.com/shower/shower/issues"
|
|
|
|
},
|
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": {
|
2017-02-01 12:28:28 +03:00
|
|
|
"shower-core": "^2.1.0",
|
2018-06-20 17:59:21 +03:00
|
|
|
"shower-material": "^2.0.0",
|
2018-06-16 01:54:30 +03:00
|
|
|
"shower-ribbon": "^3.0.1"
|
2014-03-21 12:40:34 +04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-06-25 18:26:57 +03:00
|
|
|
"browser-sync": "^2.24.5",
|
2017-08-04 01:45:31 +03:00
|
|
|
"del": "^3.0.0",
|
2018-06-16 01:54:30 +03:00
|
|
|
"gh-pages": "^1.2.0",
|
|
|
|
"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-08-04 01:45:31 +03:00
|
|
|
"gulp-rsync": "0.0.8",
|
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-06-16 01:54:30 +03:00
|
|
|
"path-exists-cli": "^1.0.0"
|
2016-03-23 23:58:47 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
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
|
|
|
}
|
|
|
|
}
|