-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
43 lines (43 loc) · 1.06 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
{
"name": "map-effects-100",
"version": "0.2.0",
"description": "Cool tips to design UI/UX on Leaflet maps.",
"main": "index.html",
"scripts": {
"lint": "gulp lint",
"watch": "gulp watch",
"build": "gulp build",
"start": "http-server -p 5000 -c-1 -o"
},
"repository": {
"type": "git",
"url": "[email protected]:muxlab/map-effects-100.git"
},
"keywords": [
"leaflet",
"exapmle",
"mapping",
"design",
"ux",
"data visualization"
],
"author": "Yusuke Nunokawa <[email protected]> (https://ynunokawa.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/muxlab/map-effects-100/issues"
},
"homepage": "https://muxlab.github.io/map-effects-100",
"devDependencies": {
"eslint": "~1.10.3",
"eslint-config-airbnb": "~2.0.0",
"gulp": "~3.9.0",
"gulp-eslint": "~1.1.1",
"gulp-file-insert": "^1.0.2",
"gulp-foreach": "^0.1.0",
"gulp-plumber": "~1.0.1",
"gulp-processhtml": "^1.1.0",
"http-server": "^0.9.0",
"node-notifier": "~4.4.0",
"vinyl": "^1.1.0"
}
}