framer-label
Version:
Label module with multi-line truncation support for Framer.js.
28 lines (27 loc) • 547 B
JSON
{
"name": "framer-label",
"version": "0.4.2",
"description": "Label module with multi-line truncation support for Framer.js.",
"author": {
"name": "Pete Schaffner",
"email": "pjschaffner@gmail.com"
},
"license": "MIT",
"keywords": [
"prototyping",
"framerjs"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/peteschaffner/framer-label.git"
},
"main": "app.coffee",
"dependencies": {
"coffeeify": "^1.1.0"
},
"browserify": {
"transform": [
"coffeeify"
]
}
}