34 lines
675 B
JSON
34 lines
675 B
JSON
{
|
|
"name": "shower",
|
|
"description": "Shower HTML presentation engine",
|
|
"version": "1.0.2",
|
|
"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": {
|
|
"shower-core": "^1.0.0",
|
|
"shower-ribbon": "^1.0.2",
|
|
"shower-bright": "^1.0.2"
|
|
}
|
|
}
|