scramble-text
Version:
Free version of Greensock's Scramble Text like text shuffle effect.
24 lines (23 loc) • 800 B
JSON
{
"name": "scramble-text",
"version": "0.0.9",
"author": "Yomotsu",
"license": "MIT",
"main": "dist/ScrambleText.js",
"repository": "yomotsu/ScrambleText",
"jsnext:main": "dist/ScrambleText.module.js",
"module": "dist/ScrambleText.module.js",
"devDependencies": {
"babel-preset-env": "1.2.2",
"rollup": "^0.41.4",
"rollup-plugin-babel": "2.7.1",
"rollup-watch": "^3.2.2",
"uglify-js": "^2.6.0"
},
"scripts": {
"start": "npm run watch",
"watch": "rollup --config --watch",
"build": "rollup --config",
"release": "rollup --config && uglifyjs dist/ScrambleText.js -cm --preamble \"/*!\n * ScrambleText\n * https://github.com/yomotsu/ScrambleText\n * (c) 2017 @yomotsu\n * Released under the MIT License.\n */\" > dist/ScrambleText.min.js"
}
}