forked from rapideditor/temaki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
21 lines (21 loc) · 953 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "@ideditor/temaki",
"version": "3.23.0",
"license": "CC0-1.0",
"repository": "ideditor/temaki",
"author": "Bryan Housel <bhousel@gmail.com>",
"description": "An expansion pack for https://github.com/mapbox/maki",
"main": "",
"scripts": {
"all": "npm-run-all -s clean build",
"build": "npm-run-all -p dist:**",
"dist:symbol": "svg-sprite --symbol --symbol-dest . --shape-transform '' --shape-id-generator \"temaki-%s\" -w 15 -h 15 --symbol-example true --symbol-example-template docs/template.html --symbol-example-dest docs/index.html --symbol-sprite dist/temaki-symbol.svg icons/*.svg",
"dist:view": "svg-sprite --view --view-dest . --shape-transform '' --shape-id-generator \"temaki-%s\" -w 15 -h 15 --view-bust false --view-sprite dist/temaki-view.svg icons/*.svg",
"clean": "shx rm -f dist/*"
},
"devDependencies": {
"npm-run-all": "^4.0.0",
"shx": "^0.2.1",
"svg-sprite": "1.4.0"
}
}