-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
36c4a24
commit f114723
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |