-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.21 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
{
"name": "calcite-point-symbols",
"version": "2.1.7",
"private": true,
"description": "A collection of SVG illustrations for map symbology",
"repository": {
"type": "git",
"url": "git+https://github.com/Esri/calcite-point-symbols.git"
},
"main": "index.js",
"js-next:main": "index.js",
"module": "index.js",
"keywords": [
"esri",
"arcgis",
"apps",
"icons",
"svg"
],
"contributors": [
{
"name": "Paul Pederson",
"email": "<[email protected]>"
},
{
"name": "Skye Seitz",
"email": "<[email protected]>"
}
],
"license": "SEE LICENSE IN README.md",
"bugs": {
"url": "https://github.com/Esri/calcite-point-symbols/issues"
},
"homepage": "https://github.com/Esri/calcite-point-symbols#readme",
"scripts": {
"optimize": "node bin/cli.js",
"start": "npm run optimize",
"server": "node bin/server.js"
},
"devDependencies": {
"browser-sync": "^2.24.7",
"camelcase": "^5.3.1",
"cli-progress": "^3.1.0",
"debounce": "^1.2.0",
"fs-extra": "^7.0.0",
"glob-promise": "^3.4.0",
"glob": "^7.1.4",
"promise": "~8.0.1",
"svgo": "^1.3.0",
"svgson": "^2.1.1",
"svgstore-cli": "^1.3.1"
}
}