forked from yammadev/flag-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
37
38
39
40
41
42
{
"name": "flag-icons",
"version": "3.0.0",
"description": "A beautiful svg + png + sass + css collection of 261 flags.",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "npm run clean-modules && npm run clean-debug",
"clean-modules": "rm -rf node_modules",
"clean-debug": "rm -rf npm-debug.log npm-debug.log.*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yammadev/flag-icons.git"
},
"keywords": [
"svg",
"png",
"sass",
"css",
"icons",
"countries",
"grunt",
"npm"
],
"author": {
"name": "Yefferson Marín",
"email": "[email protected]",
"url": "https://github.com/yammadev"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/yammadev/flag-icons/issues"
},
"homepage": "https://github.com/yammadev/flag-icons#readme",
"devDependencies": {
"grunt": "^1.1.0",
"grunt-banner": "^0.6.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-sass": "^1.0.0"
}
}