forked from lipis/flag-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 781 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 781 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
{
"name": "flag-icon-css",
"version": "3.2.0",
"author": "Panayiotis Lipiridis <lipiridis@gmail.com>",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"repository": {
"type": "git",
"url": "http://github.com/lipis/flag-icon-css"
},
"devDependencies": {
"grunt": "1.0.3",
"grunt-contrib-less": "2.0.0",
"grunt-contrib-cssmin": "3.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-contrib-connect": "2.0.0",
"svgo": "1.1.1"
},
"scripts": {
"svgo": "svgo --pretty --indent=2 --precision=1 --config=svgo.yaml",
"svgo:min": "find flags | grep '\\.svg$' | xargs -Iz -n 1 svgo --config=svgo.yaml z",
"svgo:all": "find flags | grep '\\.svg$' | xargs -Iz -n 1 yarn svgo z"
}
}