blob: e20d577fd45e22a7eb4a3b3dfd41a55b7a4f1916 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"name": "jquery.newstape",
"version": "1.0.0",
"license": "MIT",
"main": [
"dist/jquery.newstape.min.js"
],
"description": "Simple Touch-enabled News Ticker Plugin",
"authors": [
"Nxeed <nxeed@ya.ru>"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": ">=1.7",
"jquery-mousewheel": ">=3.1.13",
"jquery.event.drag-new": "*"
}
}
|