UNPKG

anione

Version:

A CLI (NPM) tool to ease the repetitiveness that comes with coding HTML5 banner ads.

60 lines (59 loc) 1.46 kB
{ "name": "anione", "version": "1.2.7", "description": "A CLI (NPM) tool to ease the repetitiveness that comes with coding HTML5 banner ads.", "main": "index.js", "bin": { "ani": "./index.js" }, "repository": { "type": "git", "url": "git@github.com:thislogancall/anione.git" }, "keywords": [ "HTML5 Banner ads", "banners", "HTML5 Banners", "advertising", "banner generator", "GSAP Greensock animation", "Timeline scrubber", "HTML animation", "CLI tool", "Browsersync", "Image optimization", "Preview generator", "Project packaging" ], "author": { "name" : "Logan Call", "email" : "logancall.dev@gmail.com", "url" : "https://github.com/loganisninja" }, "license": "MIT", "bugs": { "url": "https://github.com/lovecomm/anione/issues" }, "homepage": "https://github.com/lovecomm/anione#readme", "dependencies": { "bluebird": "^3.5.0", "browser-sync": "^2.18.8", "co": "^4.6.0", "co-prompt": "^1.0.0", "colors": "^1.1.2", "commander": "^2.9.0", "folder-zip": "0.0.5", "fs-extra": "^2.0.0", "imagemin": "^5.2.2", "imagemin-giflossy": "^5.1.10", "imagemin-mozjpeg": "^6.0.0", "imagemin-pngcrush": "^5.1.0", "imageoptim": "^0.4.2", "inquirer": "^3.0.6", "pug": "^2.0.0-beta11", "rimraf": "^2.6.1", "rsyncwrapper": "^2.0.1", "titlecase": "^1.1.2", "to-camel-case": "^1.0.0" } }