bmstu-mt-wp/bower.json

25 lines
412 B
JSON
Raw Normal View History

2014-03-14 19:50:34 +04:00
{
"name": "shower",
"version": "1.0.2",
2014-03-14 19:50:34 +04:00
"license": "MIT",
"main": "index.html",
"ignore": [
".editorconfig",
".gitignore",
".npmignore",
"Contributing.md",
2014-03-20 19:07:48 +04:00
"node_modules",
"package.json"
2014-03-14 19:50:34 +04:00
],
"keywords": [
"shower",
"presentation",
"template"
],
"dependencies": {
"shower-core": "^1.0.1",
"shower-ribbon": "^1.0.3",
"shower-bright": "^1.0.3"
2014-03-14 19:50:34 +04:00
}
}