bmstu-mt-wp/package.json

44 lines
990 B
JSON

{
"name": "shower",
"description": "Shower HTML presentation engine",
"version": "1.0.14",
"author": {
"name": "Vadim Makeev",
"url": "http://pepelsbey.com/"
},
"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": {
"shower-bright": "^1.0.10",
"shower-core": "^1.0.7",
"shower-ribbon": "^1.0.10"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "0.0.15",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.11.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-gh-pages": "^0.9.1",
"grunt-text-replace": "^0.3.12",
"load-grunt-tasks": "^0.6.0"
}
}