-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
30 lines (30 loc) · 904 Bytes
/
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
{
"name": "jquery-navobile",
"version": "0.3.1",
"description": "A jQuery plugin that makes mobile navigation easy. To make full use of its features you will need Hammer JS and Modernizr but it will fallback to using $.animate. For a demo of the plugin in action head to the homepage/docs and resize your browser window.",
"main": "src/jquery.navobile.js",
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/madetech/jquery-navobile.git"
},
"keywords": [
"responsive",
"mobile",
"navigation",
"menu",
"touch"
],
"author": "Seb Ashton",
"license": "New BSD",
"bugs": {
"url": "https://github.com/madetech/jquery-navobile/issues"
},
"homepage": "https://madetech.github.io/jquery-navobile/"
}