-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 843 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 843 Bytes
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
{
"name": "foonav",
"title": "FooNav",
"description": "FooNav.js - Simple Navigation Plugin",
"version": "0.0.6",
"homepage": "http://fooplugins.com",
"author": {
"name": "FooPlugins",
"url": "http://fooplugins.com"
},
"contributors": [
{
"name": "Steven Usher",
"email": "steveush@gmail.com",
"url": "https://github.com/steveush"
},
{
"name": "Brad Vincent",
"email": "bradvin@gmail.com",
"url": "http://themergency.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/fooplugins/foonav.git"
},
"devDependencies": {
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-clean": "~0.4.0",
"grunt": "^0.4.5",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-copy": "^0.8.2"
},
"scripts": {
"test": "grunt test"
},
"keywords": [
"jQuery",
"menu",
"navigation"
]
}