-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 977 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 977 Bytes
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
{
"name": "mdi-xd-plugin",
"version": "1.2.0",
"description": "Material Design Icons XD Plugin",
"main": "installer.js",
"scripts": {
"build": "npm run build:dev & npm run pack",
"build:dev": "node ./build/build.js",
"pack": "node ./build/pack.js"
},
"repository": {
"type": "git",
"url": "https://github.com/uxerscode/mdi-xd-plugin.git"
},
"keywords": [
"Adobe",
"XD",
"Plugin",
"Icons",
"MDI",
"Material Design"
],
"author": "uxerscode",
"license": "Apache-2.0",
"dependencies": {},
"devDependencies": {
"@mdi/svg": "^5.9.55",
"@node-minify/babel-minify": "^6.2.0",
"@node-minify/core": "^6.2.0",
"@node-minify/html-minifier": "^6.2.0",
"@node-minify/jsonminify": "^6.2.0",
"@node-minify/uglify-es": "^6.2.0",
"@node-minify/uglify-js": "^6.2.0",
"adm-zip": "^0.5.5",
"extract-svg-path": "^2.1.0",
"fs-extra": "^10.0.0"
}
}