-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 798 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 798 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
34
{
"name": "project-linework",
"version": "1.0.0",
"description": "Handcrafted vector linework for cartography",
"main": "index.js",
"scripts": {
"deploy": "node scripts/deploy.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mapsam/project-linework.git"
},
"keywords": [
"cartography",
"GIS",
"spatial",
"data",
"illustrator",
"shapefile",
"polygons"
],
"author": "Sam Matthews <matthews.sam@gmail.com> (http://mapsam.com/)",
"license": "Public Domain",
"bugs": {
"url": "https://github.com/mapsam/project-linework/issues"
},
"homepage": "https://github.com/mapsam/project-linework",
"dependencies": {
"archiver": "^0.14.4",
"aws-sdk": "^2.1.39",
"d3-queue": "^3.0.7",
"s3": "^4.4.0"
}
}