-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.18 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.18 KB
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
43
44
{
"name": "simplesmoothscroll",
"version": "2.0.3",
"description": "A function that helps to scroll to an element smoothly",
"main": "index.js",
"scripts": {
"test": "karma start --single-run --browsers Firefox",
"testAll": "karma start --single-run",
"lint": "eslint index.js testing/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jljorgenson18/simplesmoothscroll.git"
},
"keywords": [
"scroll",
"smooth",
"buttery",
"browser",
"jank"
],
"author": "Jesse Jorgenson",
"license": "MIT",
"bugs": {
"url": "https://github.com/jljorgenson18/simplesmoothscroll/issues"
},
"homepage": "https://github.com/jljorgenson18/simplesmoothscroll#readme",
"dependencies": {},
"devDependencies": {
"chai": "^4.2.0",
"codeclimate-test-reporter": "^0.5.1",
"eslint": "^6.8.0",
"karma": "^4.4.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.1",
"karma-firefox-launcher": "^1.2.0",
"karma-fixture": "^0.2.6",
"karma-html2js-preprocessor": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-safari-launcher": "^1.0.0",
"mocha": "^6.2.2"
}
}