katakata
Version:
this module gives an effect which showing text character by character
41 lines (40 loc) • 947 B
JSON
{
"name": "katakata",
"private": false,
"version": "0.2.5",
"description": "this module gives an effect which showing text character by character",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/vsanna/katakata.js"
},
"bugs": {
"url": "https://github.com/vsanna/katakata.js/issues",
"email": "cvcl0808@gmail.com"
},
"keywords": [
"typewrite",
"typewriter",
"type",
"animation",
"javascript",
"effect",
"text",
"typing",
""
],
"author": "Ryu Ishikawa (@vsanna) / cvcl0808@gmail.com",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.13.2",
"babel-runtime": "^6.11.6",
"mocha": "^3.0.1",
"webpack": "^1.13.1"
}
}