-
Notifications
You must be signed in to change notification settings - Fork 84
/
package.json
76 lines (76 loc) · 2.07 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"_from": "vivid-icons",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-GbujWviLiiBeN3AyTyK5ERGS5CfQPZNshM1T81gwLwCmKjFwbOsjasx6PCI1jZizQkAya2UhmoWvgpxtPOBPnQ==",
"_location": "/vivid-icons",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "vivid-icons",
"name": "vivid-icons",
"escapedName": "vivid-icons",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/vivid-icons/-/vivid-icons-1.0.9.tgz",
"_shasum": "99768813bf68dcd0c45c2a577a37144488eb1a0c",
"_spec": "vivid-icons",
"_where": "/Library/WebServer/Documents/dot",
"author": {
"name": "Nitish Kumar",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/webkul/vivid/issues"
},
"bundleDependencies": false,
"dependencies": {
"chalk": "^2.4.1",
"jsdom": "^11.11.0"
},
"deprecated": false,
"description": "a JavaScript library which is built to easily customize and use the SVG Icons with a blaze.",
"devDependencies": {
"npm-run-all": "^4.1.3",
"webpack": "4.41.5",
"webpack-cli": "3.3.10"
},
"homepage": "https://github.com/webkul/vivid#readme",
"jsdelivr": "dist/vivid-icons.min.js",
"keywords": [
"svg",
"icon",
"icons",
"react",
"js",
"library",
"svg-icons",
"vivid",
"js-svg-icons"
],
"license": "MIT",
"main": "dist/vivid-icons.min.js",
"name": "vivid-icons",
"repository": {
"type": "git",
"url": "git+https://github.com/webkul/vivid.git"
},
"scripts": {
"build": "run-s build-json build-html build-bundle build-bundle-minify show-message open-html",
"build-bundle": "webpack --config webpack.dev.js",
"build-bundle-minify": "webpack --config webpack.prod.js",
"build-html": "node ./src/show.js",
"build-json": "node ./src/extract.js",
"open-html": "open ./dist/preview.html",
"show-message": "node ./src/success.js"
},
"unpkg": "dist/vivid-icons.min.js",
"version": "1.0.10"
}