2013-12-01 10:05:34 +04:00
|
|
|
{
|
|
|
|
"name": "shower",
|
|
|
|
"description": "Shower HTML presentation engine",
|
2015-12-06 21:47:00 +03:00
|
|
|
"version": "1.1.0",
|
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"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2015-12-06 21:35:44 +03:00
|
|
|
"shower-core": "^1.2.0",
|
2015-12-13 06:07:27 +03:00
|
|
|
"shower-material": "^1.0.0",
|
2015-12-06 21:35:44 +03:00
|
|
|
"shower-ribbon": "^1.1.0"
|
2014-03-21 12:40:34 +04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2014-08-09 20:45:11 +04:00
|
|
|
"grunt": "^0.4.5",
|
2015-12-13 06:48:44 +03:00
|
|
|
"grunt-bump": "0.7.0",
|
2015-12-06 21:35:44 +03:00
|
|
|
"grunt-contrib-clean": "^0.7.0",
|
|
|
|
"grunt-contrib-compress": "^0.14.0",
|
|
|
|
"grunt-contrib-copy": "^0.8.2",
|
|
|
|
"grunt-gh-pages": "^1.0.0",
|
|
|
|
"grunt-text-replace": "^0.4.0",
|
|
|
|
"load-grunt-tasks": "^3.3.0"
|
2013-12-01 10:05:34 +04:00
|
|
|
}
|
|
|
|
}
|