bmstu-mt-wp/package.json

39 lines
887 B
JSON
Raw Normal View History

2013-12-01 10:05:34 +04:00
{
"name": "shower",
"description": "Shower HTML presentation engine",
2016-02-18 16:46:44 +03:00
"version": "2.0.4",
"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"
},
2015-12-06 21:35:44 +03:00
"license": "MIT",
"keywords": [
"shower",
"presentation",
"template"
],
"dependencies": {
"shower-core": "^2.0.3",
"shower-material": "^1.0.2",
"shower-ribbon": "^2.0.1"
2014-03-21 12:40:34 +04:00
},
"devDependencies": {
2014-08-09 20:45:11 +04:00
"grunt": "^0.4.5",
2015-12-13 06:48:44 +03:00
"grunt-bump": "0.7.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.0.0",
2015-12-06 21:35:44 +03:00
"grunt-contrib-copy": "^0.8.2",
"grunt-gh-pages": "^1.0.0",
"grunt-text-replace": "^0.4.0",
"load-grunt-tasks": "^3.4.0"
2013-12-01 10:05:34 +04:00
}
}