-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
39 lines (39 loc) · 952 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
39
{
"name": "famfamfam-flags",
"version": "1.0.0",
"homepage": "https://github.com/legacy-icons/famfamfam-flags",
"description": "FamFamFam Flags icon pack, as individual icons or as a CSS spritesheet",
"keywords": [
"icon",
"flag",
"img",
"famfamfam",
"png",
"gif"
],
"license": "MIT",
"author": "t1st3 <[email protected]> (http://www.tiste.org/)",
"repository": {
"type": "git",
"url": "git://github.com/legacy-icons/famfamfam-flags.git"
},
"bugs": {
"url": "https://github.com/legacy-icons/famfamfam-flags/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-imagemin": "^2.4.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"node-spritesheet": "^0.4.2",
"qrcode-terminal": "^0.10.0",
"somebody": "^2.0.0"
}
}