tweezer.js
Version:
A small, dependency-free, ES6 tweening library for smooth animations
45 lines (44 loc) • 1.18 kB
JSON
{
"name": "tweezer.js",
"description": "A small, dependency-free, ES6 tweening library for smooth animations",
"main": "dist/tweezer.js",
"module": "dist/tweezer.module.js",
"jsnext:main": "dist/tweezer.module.js",
"version": "1.5.0",
"license": "MIT",
"repository": "jaxgeller/tweezer.js",
"author": {
"name": "Jackson Geller",
"email": "jacksongeller@gmail.com",
"url": "https://jaxgeller.com/"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w -m inline",
"lint": "eslint src",
"prebuild": "rm -rf dist",
"prepublish": "npm run test",
"pretest": "npm run build",
"server": "python -m SimpleHTTPServer 3000",
"test": "npm run lint"
},
"keywords": [
"tweezer",
"smooth scroll",
"tween",
"counter",
"easing"
],
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-preset-env": "^1.2.2",
"eslint": "^3.13.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"rollup": "^0.62.0",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-watch": "^3.2.2"
}
}