-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
38 lines (38 loc) · 923 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
35
36
37
38
{
"name": "license-icons",
"version": "1.0.0",
"homepage": "https://github.com/legacy-icons/license-icons",
"description": "Icons and logos from various licenses of the coding community",
"keywords": [
"icon",
"license",
"png",
"css",
"spritesheet"
],
"license": "MIT",
"author": "t1st3 <[email protected]> (http://www.tiste.org/)",
"repository": {
"type": "git",
"url": "git://github.com/legacy-icons/license-icons.git"
},
"bugs": {
"url": "https://github.com/legacy-icons/license-icons/issues"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {},
"devDependencies": {
"chalk": "^1.1.1",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.1",
"gulp-gm": "0.0.8",
"gulp-imagemin": "^2.4.0",
"gulp-rename": "^1.2.2",
"node-spritesheet": "^0.4.2",
"qrcode-terminal": "^0.10.0",
"somebody": "^2.0.0"
}
}