-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 889 Bytes
/
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
{
"name": "materialdesign-js",
"version": "1.0.0",
"description": "Material Design Icons path in standalone JS files per icon to help import icons dynamically",
"main": "index.js",
"scripts": {
"test": "node build.js",
"postinstall": "node build.js",
"postversion": "node build.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/AmirHosseinKarimi/MaterialDesign-JS.git"
},
"keywords": [
"Material",
"Design",
"Icons",
"mdi",
"@mdi/js"
],
"author": "Amir hossein Karimi",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/AmirHosseinKarimi/MaterialDesign-JS/issues"
},
"homepage": "https://github.com/AmirHosseinKarimi/MaterialDesign-JS#readme",
"dependencies": {
"@mdi/js": "^5.1.45",
"fs": "0.0.1-security",
"line-reader": "^0.4.0",
"rimraf": "^3.0.2"
}
}