Skip to content

Commit

Permalink
create npm package for floativ
Browse files Browse the repository at this point in the history
  • Loading branch information
ppapadatis committed Jun 26, 2015
1 parent 36c4a24 commit f114723
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "floativ",
"version": "1.0.1",
"description": "floativ is a floating box at the end of the screen that contains text, among other things, which can be displayed while browsing a web page. This floating box disappears when the user reaches an element with a specific id.",
"main": "floativ.js",
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "https://github.com/GBratsos/floativ.git"
},
"keywords": [
"float",
"floativ",
"javascript",
"library",
"text",
"box"
],
"author": "Panagiotis Papadatis <[email protected]>, George Bratsos <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/GBratsos/floativ/issues"
},
"homepage": "https://github.com/GBratsos/floativ",
"dependencies": {
"jquery": "<2.x.x",
"mCustomScrollbar": "git://github.com/malihu/malihu-custom-scrollbar-plugin.git#master"
}
}

0 comments on commit f114723

Please sign in to comment.