zwip
Version:
Utility for creating JS animations on top of W3C [requestAnimationFrame](https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame) function.
19 lines (18 loc) • 414 B
JSON
{
"name": "example-simple",
"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"
}
}