-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
30 lines (30 loc) · 807 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": "anchor.js",
"description": "This small but might really useful jQuery Plugin brings in an animation to all native section link and smoothly jumps at an element anywhere on your page.",
"keywords": [
"jquery-plugin",
"section",
"link",
"anchor",
"animation"
],
"version": "1.0.6",
"dependencies": {
"jquery": ">=1.5.0"
},
"author": "Cornel Boppart (https://github.com/cbopp-art)",
"license": "GPL-2.0+",
"main": "anchor.js",
"homepage": "http://cornel.bopp-art.com/",
"repository": {
"type": "git",
"url": "https://github.com/cbopp-art/anchor.git"
},
"bugs": {
"url": "https://github.com/cbopp-art/anchor/issues",
"email": "cornel@bopp-art.com"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}