Skip to content

Commit

Permalink
Updated npm package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jpntex committed Aug 6, 2016
1 parent 093ed37 commit 47f2960
Showing 1 changed file with 28 additions and 17 deletions.
45 changes: 28 additions & 17 deletions package.json
@@ -1,18 +1,29 @@
{
"name": "texttailor",
"title": "TextTailor.js",
"version": "0.1.0",
"description": "jQuery plugin, tailor made text to fill the height of the parent element or ellipse it if it doesn't fit",
"author": {
"name": "João Teixeira",
"email": "jpntex@gmail.com",
"twitter": "jpntex",
"github": "jpntex",
"url": "http://jpntex.com"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.5.0"
}
}
"name": "texttailor.js",
"title": "TextTailor.js",
"version": "0.1.0",
"description": "jQuery plugin, tailor made text to fill the height of the parent element or ellipse it if it doesn't fit",
"author": "João Teixeira <jpntex@gmail.com> (http://jpntex.com)",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.5.0"
},
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jpntex/TextTailor.js.git"
},
"keywords": [
"TextTailor.JS",
"jquery"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jpntex/TextTailor.js/issues"
},
"homepage": "https://github.com/jpntex/TextTailor.js#readme"
}

0 comments on commit 47f2960

Please sign in to comment.