forked from webkul/vivid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
{
"name": "vivid-icons",
"version": "1.0.1",
"description": "a JavaScript library which is built to easily customize and use the SVG Icons with a blaze.",
"keywords": [
"vivid",
"vivid",
"vivid icons",
"vivid icons library",
"svg",
"svg icons js",
"svg icons library",
"svg js",
"svg javascript library"
],
"scripts": {
"build": "run-s build-json build-html build-bundle build-bundle-minify show-message open-html",
"build-json": "node ./src/extract.js",
"build-html": "node ./src/show.js",
"build-bundle": "webpack --config webpack.dev.js",
"build-bundle-minify": "webpack --config webpack.prod.js",
"show-message": "node ./src/success.js",
"open-html": "open ./dist/preview.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webkul/vivid.git"
},
"author": {
"name": "Nitish Kumar",
"email": "support@webkul.com"
},
"license": "MIT",
"devDependencies": {
"npm-run-all": "^4.1.3",
"webpack": "^4.9.1",
"webpack-cli": "^2.1.4"
},
"dependencies": {
"chalk": "^2.4.1",
"jsdom": "^11.11.0"
}
}