2013-12-01 10:05:34 +04:00
|
|
|
{
|
|
|
|
"name": "shower",
|
|
|
|
"description": "Shower HTML presentation engine",
|
2016-04-18 10:00:37 +03:00
|
|
|
"version": "2.1.1",
|
2014-03-08 22:46:15 +04:00
|
|
|
"author": {
|
|
|
|
"name": "Vadim Makeev",
|
2015-03-28 18:49:30 +03:00
|
|
|
"url": "http://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": {
|
2016-04-10 12:59:00 +03:00
|
|
|
"shower-core": "^2.0.6",
|
2016-03-23 23:27:07 +03:00
|
|
|
"shower-material": "^1.0.4",
|
2016-04-18 09:55:02 +03:00
|
|
|
"shower-ribbon": "^2.0.5"
|
2014-03-21 12:40:34 +04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-03-23 23:53:37 +03:00
|
|
|
"del": "^2.2.0",
|
|
|
|
"fs": "0.0.2",
|
|
|
|
"gulp": "^3.9.1",
|
|
|
|
"gulp-gh-pages": "^0.5.4",
|
|
|
|
"gulp-rename": "^1.2.2",
|
|
|
|
"gulp-replace": "^0.5.4",
|
2016-04-21 02:06:49 +03:00
|
|
|
"gulp-rsync": "0.0.6",
|
2016-03-23 23:53:37 +03:00
|
|
|
"gulp-zip": "^3.2.0",
|
|
|
|
"merge-stream": "^1.0.0",
|
2016-05-16 21:36:05 +03:00
|
|
|
"run-sequence": "^1.2.0"
|
2016-03-23 23:58:47 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"prepare": "gulp prepare",
|
|
|
|
"archive": "gulp archive",
|
|
|
|
"publish": "gulp publish"
|
2013-12-01 10:05:34 +04:00
|
|
|
}
|
|
|
|
}
|