-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "floativ",
"version": "1.1.7",
"description": "floativ is a floating scroll-box at the bottom of the screen of your site that contains text, among other things, which can be displayed while browsing a web page. This floating scroll-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]>, Paraskevi Zygoura <[email protected]>, George Raptis <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/GBratsos/floativ/issues"
},
"homepage": "https://github.com/GBratsos/floativ",
"devDependencies": {
"jquery": "<2.x.x",
"font-awesome": "^4.3.0",
"malihu-custom-scrollbar-plugin": "^3.0.9"
}
}