-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
64 lines (64 loc) · 1.93 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"title": "Barcelona bicycle anchor points",
"name": "barcelona-bicycle-anchor-points",
"version": "1.2.5",
"description": "Find public bicycle anchor points near you in Barcelona!",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hiulit/barcelona-bicycle-anchor-points.git"
},
"keywords": [
"anchor",
"barcelona",
"bicycle",
"city",
"geolocation",
"leaflet",
"map",
"mobile",
"point",
"public"
],
"author": {
"name": "Xavier Gómez Gosálbez",
"email": "hiulit@gmail.com",
"url": "https://github.com/hiulit"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hiulit/barcelona-bicycle-anchor-points/issues",
"email": "hiulit@gmail.com"
},
"homepage": "https://github.com/hiulit/barcelona-bicycle-anchor-points",
"devDependencies": {
"@lodder/grunt-postcss": "^3.0.1",
"async": "^3.2.2",
"autoprefixer": "^10.2.6",
"connect-livereload": "^0.6.1",
"deepmerge": "^4.2.2",
"grunt": "^1.5.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-stylus": "^1.2.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-postcss": "^0.9.0",
"grunt-prompt": "^1.3.3",
"grunt-shell": "^3.0.1",
"iconv-lite": "^0.6.3",
"leaflet": "^1.6.0",
"leaflet-easybutton": "^2.4.0",
"load-grunt-tasks": "^5.1.0",
"node-progress-3": "^0.4.3",
"postcss": "^8.4.31",
"proj4leaflet": "^1.0.2",
"request": "^2.88.2"
}
}