-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 1.11 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": "scrollmaps",
"version": "5.0.3",
"description": "Allow you to use two finger scroll on your Mac trackpad in online maps",
"main": "ScrollableMap.js",
"scripts": {
"postversion": "gulp postVersion"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mauricelam/ScrollMaps.git"
},
"author": "Maurice Lam",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mauricelam/ScrollMaps/issues"
},
"homepage": "https://github.com/mauricelam/ScrollMaps",
"devDependencies": {
"async-done": "^2.0.0",
"chai": "^4.3.7",
"chromedriver": "^126.0.4",
"del": "^7.0.0",
"geckodriver": "^4.3.1",
"gulp": "^5.0.0",
"gulp-concat": "^2.6.1",
"gulp-mocha": "^9.0.0",
"gulp-newer": "^1.4.0",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^5.1.0",
"karma": "^6.4.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.2.0",
"karma-mocha": "^2.0.1",
"minimist": "^1.2.8",
"mocha": "^10.2.0",
"ms-chromium-edge-driver": "^0.5.1",
"open": "^9.1.0",
"selenium-webdriver": "^4.22.0"
}
}