Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

font-awesome-animation

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

font-awesome-animation - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

build/banner.css

57

package.json
{
"name": "font-awesome-animation",
"version": "0.3.0",
"dependencies": {},
"author": "l-lin",
"devDependencies": {
"express": "~4.16.2",
"grunt": "~1.0.1",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-cssmin": "~2.2.1",
"grunt-contrib-watch": "~1.0.0",
"grunt-express": "~1.4.1",
"grunt-myth": "~1.1.0",
"jshint-stylish": "~2.2.1",
"load-grunt-config": "~0.19.2",
"load-grunt-tasks": "~3.5.2",
"time-grunt": "~0.2.0"
},
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"test": "grunt test"
}
"name": "font-awesome-animation",
"version": "0.4.0",
"dependencies": {},
"author": "l-lin",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/l-lin/font-awesome-animation.git"
},
"bugs": {
"url": "https://github.com/l-lin/font-awesome-animation/issues"
},
"homepage": "https://l-lin.github.io/font-awesome-animation",
"devDependencies": {
"concat": "~1.0.3",
"handlebars": "~4.7.6",
"myth6": "~1.5.0",
"rimraf": "~3.0.2"
},
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"build": "npm run clean && npm run init:folders && npm run transform && npm run transform:compress && npm run generate:banner && npm run concat:banner",
"clean": "rimraf -f build dist",
"concat:banner": "concat build/banner.css build/$npm_package_name.css -o dist/$npm_package_name.css && concat build/banner.css build/$npm_package_name.min.css -o dist/$npm_package_name.min.css",
"generate:banner": "node scripts/generate_banner.js build/banner.css",
"init:folders": "mkdir -p build && mkdir -p dist",
"transform": "myth src/font-awesome-animation.css build/$npm_package_name.css --sourcemap",
"transform:compress": "myth src/font-awesome-animation.css build/$npm_package_name.min.css --sourcemap --compress",
"version": "npm run build",
"postversion": "git push && git push --tags"
}
}

@@ -1,25 +0,14 @@

font-awesome-animation [![Build Status](https://travis-ci.org/l-lin/font-awesome-animation.png?branch=master)](https://travis-ci.org/l-lin/font-awesome-animation) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)
================
# font-awesome-animation ![build](https://github.com/l-lin/font-awesome-animation/workflows/build/badge.svg) [![npm version](https://badge.fury.io/js/font-awesome-animation.svg)](https://badge.fury.io/js/font-awesome-animation)
> Simple animations using some CSS3 I found on the web.
> Best used on glyphicons like [FontAwesome](http://fortawesome.github.io/Font-Awesome/).
Getting started
================
Download
----------------
### Manually
## Getting started
The files can be downloaded from:
Add
* Minified [CSS](https://raw.githubusercontent.com/l-lin/font-awesome-animation/master/dist/font-awesome-animation.min.css) for production usage
* Un-minified [CSS](https://raw.githubusercontent.com/l-lin/font-awesome-animation/master/dist/font-awesome-animation.css) for development
### With BowerJS
```bash
bower install font-awesome-animation
npm install font-awesome-animation
```
Installation
----------------
Include CSS file in your index.html file:

@@ -31,31 +20,24 @@

Usage
================
## Usage
See [live demo](https://l-lin.github.com/font-awesome-animation).
Development
================
## Development
This project is using:
* [GruntJS](http://gruntjs.com/) for adding prefixes and minification purpose
* the CSS preprocessor [Myth](http://www.myth.io/) to generate the prefixes for common browsers
Getting started
----------------
You will need to install the dependencies:
- the CSS preprocessor [Myth](http://www.myth.io/) to generate the prefixes for common browsers
```bash
# install dependencies
npm install
# generate prefixes and minified CSS files
npm run build
```
Build
----------------
You can generate the CSS file with prefixes and the minified CSS file by executing the following command:
## License
```bash
grunt
```
[MIT License](LICENSE)
License
================
[MIT License](http://en.wikipedia.org/wiki/MIT_License)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc