bmstu-mt-wp/package.json

39 lines
787 B
JSON
Raw Normal View History

2013-12-01 10:05:34 +04:00
{
"name": "shower",
"description": "Shower HTML presentation engine",
2014-04-13 11:29:23 +04:00
"version": "1.0.4",
"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-13 11:28:50 +04:00
"shower-bright": "^1.0.5",
"shower-core": "^1.0.2",
"shower-ribbon": "^1.0.5"
2014-03-21 12:40:34 +04:00
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-bump": "0.0.13",
"load-grunt-tasks": "^0.4.0"
2013-12-01 10:05:34 +04:00
}
}