2013-12-01 10:05:34 +04:00
|
|
|
{
|
|
|
|
"name": "shower",
|
|
|
|
"description": "Shower HTML presentation engine",
|
2014-05-27 15:04:40 +04:00
|
|
|
"version": "1.0.11",
|
2014-03-08 22:46:15 +04:00
|
|
|
"author": {
|
|
|
|
"name": "Vadim Makeev",
|
|
|
|
"url": "http://pepelsbey.com/"
|
|
|
|
},
|
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"
|
|
|
|
},
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "MIT",
|
|
|
|
"url": "https://github.com/shower/shower/wiki/MIT-License"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"shower",
|
|
|
|
"presentation",
|
|
|
|
"template"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2014-05-27 15:04:40 +04:00
|
|
|
"shower-bright": "^1.0.10",
|
2014-05-13 22:33:23 +04:00
|
|
|
"shower-core": "^1.0.4",
|
2014-05-27 15:04:40 +04:00
|
|
|
"shower-ribbon": "^1.0.10"
|
2014-03-21 12:40:34 +04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "^0.4.4",
|
2014-03-21 12:49:07 +04:00
|
|
|
"grunt-bump": "0.0.13",
|
2014-05-09 17:31:40 +04:00
|
|
|
"grunt-contrib-clean": "^0.5.0",
|
2014-05-27 15:02:58 +04:00
|
|
|
"grunt-contrib-compress": "^0.9.1",
|
2014-05-09 17:31:40 +04:00
|
|
|
"grunt-contrib-copy": "^0.5.0",
|
|
|
|
"grunt-gh-pages": "^0.9.1",
|
|
|
|
"grunt-text-replace": "^0.3.11",
|
2014-03-21 12:49:07 +04:00
|
|
|
"load-grunt-tasks": "^0.4.0"
|
2013-12-01 10:05:34 +04:00
|
|
|
}
|
|
|
|
}
|