2014-03-14 19:50:34 +04:00
|
|
|
{
|
|
|
|
"name": "shower",
|
2015-12-06 21:47:00 +03:00
|
|
|
"version": "1.1.0",
|
2014-03-14 19:50:34 +04:00
|
|
|
"license": "MIT",
|
|
|
|
"main": "index.html",
|
|
|
|
"ignore": [
|
2014-05-13 03:04:58 +04:00
|
|
|
"*",
|
|
|
|
"!pictures/**",
|
|
|
|
"!index.html",
|
2015-12-13 06:07:02 +03:00
|
|
|
"!LICENSE.md",
|
|
|
|
"!README.md",
|
2014-05-13 03:04:58 +04:00
|
|
|
"!bower.json"
|
2014-03-14 19:50:34 +04:00
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"shower",
|
|
|
|
"presentation",
|
|
|
|
"template"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2015-12-06 21:46:31 +03:00
|
|
|
"shower-core": "^1.2.0",
|
2015-12-13 06:07:27 +03:00
|
|
|
"shower-material": "^1.1.0",
|
2015-12-06 21:46:31 +03:00
|
|
|
"shower-ribbon": "^1.1.0"
|
2014-03-14 19:50:34 +04:00
|
|
|
}
|
|
|
|
}
|