smartbanner
Version:
Like iOS's smart app banners
33 lines (32 loc) • 793 B
JSON
{
"name": "smartbanner",
"version": "1.0.0",
"description": "Like iOS's smart app banners ",
"main": "smartbanner.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@xwartz.github.com:xwartz/smartbanner.git"
},
"keywords": [
"banner",
"smartbanner"
],
"author": "xwartz <stddup@gmail.com> (https://github.com/xwartz/)",
"license": "MIT",
"devDependencies": {
"gulp": "~3.9.0",
"gulp-babel": "~5.3.0",
"gulp-compass": "~2.1.0",
"gulp-autoprefixer": "~3.1.0",
"gulp-sourcemaps": "~1.6.0",
"gulp-sass": "~2.0.4",
"gulp-plumber": "~1.0.1",
"gulp-minify-css": "~1.2.1",
"gulp-rename": "~1.2.2",
"del": "~2.0.2",
"gulp-uglify": "~1.4.2"
}
}