-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.28 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.28 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
45
46
{
"name": "googlemaps-scrollprevent",
"version": "0.6.5",
"description": "googlemaps-scrollprevent is an easy solution to the problem of page scrolling with Google Maps.",
"main": "./src/googlemaps-scrollprevent.coffee",
"dependencies": {
"coffee-script": "^1.10.0",
"gulp": "^3.8.11",
"gulp-rename": "^1.2.0",
"gulp-util": "^3.0.1",
"gulp-watch": "^3.0.0",
"jstransformer-coffee-script": "^1.0.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-changed": "^1.3.0",
"gulp-coffee": "^2.3.2",
"gulp-concat": "^2.6.0",
"gulp-jsbeautifier": "^1.0.2",
"gulp-pug": "^3.0.3",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^3.0.0"
},
"coffeelintConfig": {
"max_line_length": {
"name": "max_line_length",
"level": "ignore"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/diazemiliano/googlemaps-scrollprevent.git"
},
"author": "Emiliano Díaz",
"license": "MIT",
"bugs": {
"url": "https://github.com/diazemiliano/googlemaps-scrollprevent/issues"
},
"homepage": "https://github.com/diazemiliano/googlemaps-scrollprevent"
}