input-bubbles
Version:
Adding text bubbles into HTML elements with typesetting
36 lines (35 loc) • 857 B
JSON
{
"name": "input-bubbles",
"version": "0.10.6",
"description": "Adding text bubbles into HTML elements with typesetting",
"main": "./dist/js/input-bubbles.js",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-uglify": "^0.9.1"
},
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/lutaev/inputBubbles.git"
},
"keywords": [
"typing",
"bubbles",
"panels",
"input"
],
"author": {
"name": "Artyom Dergunov",
"email": "lutaev.stepan@yandex.ru"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/lutaev/inputBubbles/issues"
},
"homepage": "https://github.com/lutaev/inputBubbles"
}