UNPKG

easing-js

Version:

Penner easing functions for node

35 lines (34 loc) 801 B
{ "name": "easing-js", "version": "1.1.2", "description": "Penner easing functions for node", "main": "easing.js", "repository": { "type": "git", "url": "git@github.com:rdy/easing-js.git" }, "keywords": [ "easing", "penner", "animation" ], "author": "rdy", "license": "MIT", "bugs": { "url": "https://github.com/rdy/easing-js/issues" }, "homepage": "https://github.com/rdy/easing-js", "devDependencies": { "babel-core": "^6.23.1", "babel-eslint": "^7.1.1", "babel-plugin-add-module-exports": "^0.2.1", "babel-polyfill": "^6.23.0", "babel-preset-es2015": "^6.22.0", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-eslint": "^3.0.1", "merge-stream": "^1.0.1", "npm": "^4.3.0", "require-dir": "^0.1.0" } }