25 lines
398 B
JSON
25 lines
398 B
JSON
{
|
|
"name": "shower",
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"main": "index.html",
|
|
"ignore": [
|
|
"*",
|
|
"!pictures/**",
|
|
"!index.html",
|
|
"!LICENSE.md",
|
|
"!README.md",
|
|
"!bower.json"
|
|
],
|
|
"keywords": [
|
|
"shower",
|
|
"presentation",
|
|
"template"
|
|
],
|
|
"dependencies": {
|
|
"shower-core": "^1.2.0",
|
|
"shower-material": "^1.1.0",
|
|
"shower-ribbon": "^1.1.0"
|
|
}
|
|
}
|