25 lines
412 B
JSON
25 lines
412 B
JSON
{
|
|
"name": "shower",
|
|
"version": "1.0.6",
|
|
"license": "MIT",
|
|
"main": "index.html",
|
|
"ignore": [
|
|
".editorconfig",
|
|
".gitignore",
|
|
".npmignore",
|
|
"Contributing.md",
|
|
"Gruntfile.js",
|
|
"package.json"
|
|
],
|
|
"keywords": [
|
|
"shower",
|
|
"presentation",
|
|
"template"
|
|
],
|
|
"dependencies": {
|
|
"shower-bright": "^1.0.6",
|
|
"shower-core": "^1.0.2",
|
|
"shower-ribbon": "^1.0.6"
|
|
}
|
|
}
|