25 lines
397 B
JSON
25 lines
397 B
JSON
{
|
|
"name": "shower",
|
|
"version": "1.0.10",
|
|
"license": "MIT",
|
|
"main": "index.html",
|
|
"ignore": [
|
|
"*",
|
|
"!pictures/**",
|
|
"!index.html",
|
|
"!License.md",
|
|
"!Readme.md",
|
|
"!bower.json"
|
|
],
|
|
"keywords": [
|
|
"shower",
|
|
"presentation",
|
|
"template"
|
|
],
|
|
"dependencies": {
|
|
"shower-bright": "^1.0.9",
|
|
"shower-core": "^1.0.4",
|
|
"shower-ribbon": "^1.0.9"
|
|
}
|
|
}
|