-
Notifications
You must be signed in to change notification settings - Fork 833
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 743 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 743 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
{
"name": "simple-line-icons",
"version": "2.5.5",
"description": "Simple and elegant line icons.",
"main": "dist/styles/simple-line-icons.css",
"scripts": {
"test": "node scripts/build",
"build": "node scripts/build",
"postbuild": "cp -r dist/ docs/"
},
"repository": {
"type": "git",
"url": "https://github.com/thesabbir/simple-line-icons.git"
},
"keywords": [
"icon",
"simple-icons",
"simple-line-icons",
"line",
"css",
"webfont"
],
"author": "Sabbir Ahmed",
"license": "MIT",
"bugs": {
"url": "https://github.com/thesabbir/simple-line-icons/issues"
},
"homepage": "https://thesabbir.github.io/simple-line-icons",
"dependencies": {
"less": "^3.12.2"
}
}