16 lines
338 B
JSON
16 lines
338 B
JSON
{
|
|
"name": "simple-slideshow",
|
|
"version": "2.0.0",
|
|
"main": "src/slideshow.js",
|
|
"description": "Simple slideshow library with no dependencies like jQuery.",
|
|
"ignore": [
|
|
".gitignore",
|
|
"bower.json",
|
|
"package.json",
|
|
"gulpfile.js",
|
|
"README.md",
|
|
"demo",
|
|
"test"
|
|
]
|
|
}
|