-
Notifications
You must be signed in to change notification settings - Fork 101
/
package.json
49 lines (49 loc) · 1.07 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "webticker",
"version": "3.0.0",
"description": "JQuery Web Ticker",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-jshint": "^2.0.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.2",
"jshint": "^2.9.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mazedigital/Web-Ticker.git"
},
"author": {
"name": "Jonathan Mifsud",
"email": "jon@maze.digital",
"url": "http://maze.digital"
},
"license": "(GPL-3.0 or Commercial see license in license.md)",
"bugs": {
"url": "https://github.com/mazedigital/Web-Ticker/issues"
},
"homepage": "https://maze.digital/webticker/",
"keywords": [
"animation",
"ecosystem",
"ecosystem-jquery",
"horizontal",
"horizontal-scroll",
"image",
"image-scroll",
"jquery",
"jquery-plugin",
"marquee",
"news",
"news-ticker",
"plugin",
"scroll",
"ticker"
]
}