UNPKG

1.37 kBJSONView Raw
1{
2 "name": "@dfds-frontend/icons",
3 "version": "0.0.13",
4 "description": "Dfds icons",
5 "main": "index.js",
6 "files": [
7 "dist"
8 ],
9 "scripts": {
10 "test": "echo \"Error: no test specified\" && exit 1",
11 "start": "browser-sync -w",
12 "clean": "rimraf dist/**",
13 "copy": "node copy.js",
14 "build": "yarn clean && yarn copy && yarn min-svg & yarn min-js",
15 "min-svg-core": "svgo dist/core/icons.svg",
16 "min-svg-flags": "svgo dist/flags/icons.svg",
17 "min-svg-freight": "svgo dist/freight-logistics/icons.svg",
18 "min-svg-links": "svgo dist/links/icons.svg",
19 "min-svg-passengers": "svgo dist/passengers/icons.svg",
20 "min-svg-social-media": "svgo dist/social-media/icons.svg",
21 "min-svg": "yarn min-svg-core & yarn min-svg-flags & yarn min-svg-freight & yarn min-svg-links & yarn min-svg-passengers & yarn min-svg-social-media",
22 "min-js": "node minifyjs.js"
23 },
24 "repository": {
25 "type": "git",
26 "url": "git+https://github.com/dfds-frontend/icons.git"
27 },
28 "keywords": [
29 "svg",
30 "icons"
31 ],
32 "author": "",
33 "license": "ISC",
34 "bugs": {
35 "url": "https://github.com/dfds-frontend/icons/issues"
36 },
37 "homepage": "https://github.com/dfds-frontend/icons#readme",
38 "devDependencies": {
39 "copy-dir": "^0.4.0",
40 "rimraf": "^2.6.3",
41 "uglify-js": "^3.4.9"
42 }
43}