-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
36 lines (36 loc) · 1.01 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
{
"name": "material-letter-icons",
"version": "1.0.8",
"description": "Generates generic, single-letter icons styled according to the Material Design colors and guidelines, similar to Gmail's fallback sender icons.",
"main": "generator.js",
"scripts": {
"start": "node examples/generate.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eladnava/material-letter-icons.git"
},
"keywords": [
"material",
"letter",
"icons",
"generator"
],
"bin": {
"material-letter-icons": "./index.js"
},
"author": "Elad Nava <eladnava@gmail.com> (http://eladnava.com)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/eladnava/material-letter-icons/issues"
},
"homepage": "https://github.com/eladnava/material-letter-icons#readme",
"dependencies": {
"async": "^1.5.2",
"commander": "^2.9.0",
"material-colors": "^1.0.0",
"npmlog": "^2.0.2",
"svg2png": "3.0.1"
}
}