bmstu-mt-wp/package.json

34 lines
675 B
JSON
Raw Normal View History

2013-12-01 10:05:34 +04:00
{
"name": "shower",
"description": "Shower HTML presentation engine",
"version": "1.0.0",
"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.0",
"shower-bright": "^1.0.0"
2013-12-01 10:05:34 +04:00
}
}