2013-12-01 10:05:34 +04:00
|
|
|
{
|
|
|
|
"name": "shower",
|
|
|
|
"description": "Shower HTML presentation engine",
|
2014-04-21 10:57:24 +04:00
|
|
|
"version": "1.0.6",
|
2014-03-08 22:46:15 +04:00
|
|
|
"author": {
|
|
|
|
"name": "Vadim Makeev",
|
|
|
|
"url": "http://pepelsbey.com/"
|
|
|
|
},
|
|
|
|
"homepage": "http://shwr.me/",
|
|
|
|
"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-04-18 18:58:11 +04:00
|
|
|
"shower-bright": "^1.0.6",
|
2014-04-13 11:28:50 +04:00
|
|
|
"shower-core": "^1.0.2",
|
2014-04-18 18:58:11 +04:00
|
|
|
"shower-ribbon": "^1.0.6"
|
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",
|
|
|
|
"load-grunt-tasks": "^0.4.0"
|
2013-12-01 10:05:34 +04:00
|
|
|
}
|
|
|
|
}
|