bmstu-mt-wp/package.json

44 lines
990 B
JSON
Raw Normal View History

2013-12-01 10:05:34 +04:00
{
"name": "shower",
"description": "Shower HTML presentation engine",
2014-09-14 21:54:36 +04:00
"version": "1.0.15",
"author": {
"name": "Vadim Makeev",
2015-03-28 18:49:30 +03:00
"url": "http://pepelsbey.net/"
},
2014-05-12 20:40:09 +04:00
"homepage": "https://github.com/shower/shower",
"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-09-14 21:53:46 +04:00
"shower-bright": "^1.0.11",
2014-09-14 21:06:21 +04:00
"shower-core": "^1.0.7",
2014-09-14 21:53:46 +04:00
"shower-ribbon": "^1.0.11"
2014-03-21 12:40:34 +04:00
},
"devDependencies": {
2014-08-09 20:45:11 +04:00
"grunt": "^0.4.5",
"grunt-bump": "0.0.15",
"grunt-contrib-clean": "^0.6.0",
2014-09-14 21:06:21 +04:00
"grunt-contrib-compress": "^0.11.0",
2014-05-09 17:31:40 +04:00
"grunt-contrib-copy": "^0.5.0",
"grunt-gh-pages": "^0.9.1",
2014-08-09 20:45:11 +04:00
"grunt-text-replace": "^0.3.12",
"load-grunt-tasks": "^0.6.0"
2013-12-01 10:05:34 +04:00
}
}