zwip
Version:
Utility for creating JS animations on top of W3C [requestAnimationFrame](https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame) function.
20 lines (19 loc) • 440 B
JSON
{
"name": "example-chain",
"version": "1.0.0",
"main": "index.js",
"author": "Clément Pasquier <clement@n00sphere.net>",
"license": "GPL-3.0",
"scripts": {
"dev": "webpack-dev-server",
"build": "webpack"
},
"dependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"html-webpack-plugin": "^2.28.0",
"webpack": "^3.5.6",
"webpack-dev-server": "^2.8.1",
"zwip-fade": "^1.1.8"
}
}