forked from codeforchiba/papamama
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 795 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 795 Bytes
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
{
"name": "cfc-papamama",
"version": "1.0.0",
"description": "ちば保育園マップ",
"directories": {
"doc": "doc"
},
"scripts": {
"start": "gulp serve",
"updatedata": "gulp updatedata"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeforchiba/papamama.git"
},
"author": "Code for Chiba",
"license": "MIT",
"bugs": {
"url": "https://github.com/codeforchiba/papamama/issues"
},
"homepage": "https://github.com/codeforchiba/papamama#readme",
"devDependencies": {
"browser-sync": "^2.11.1",
"csv": "^1.1.0",
"geojson": "^0.4.0",
"gulp": "^3.9.1",
"iconv-lite": "0.4.3",
"line-stream-util": "^1.2.0",
"point-in-polygon": "^1.0.0",
"run-sequence": "^1.1.5",
"shapefile": "^0.3.1"
}
}