-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{
"name": "smooth-nav",
"version": "0.1.3",
"description": "Simple tools to enable smooth scroll animations for single page html navigation",
"main": "js/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"jquery": "^3.0.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-stripcomments": "^0.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/iteam-software/smooth-nav.git"
},
"keywords": [
"html5",
"scroll",
"navigation"
],
"author": "Matt Lynam <mlynam@iteamnm.com> (https://github.com/mlynam)",
"license": "MIT",
"bugs": {
"url": "https://github.com/iteam-software/smooth-nav/issues"
},
"homepage": "https://iteam-software.github.io/smooth-nav",
"files": [
"dist",
"docs/*.md",
"js/*.js",
"LICENSE"
]
}