0
0
mirror of https://github.com/lipis/flag-icons.git synced 2024-11-22 11:27:29 +01:00
flags/package.json

23 lines
502 B
JSON
Raw Normal View History

2013-09-24 00:07:24 +02:00
{
2013-09-27 01:06:39 +02:00
"name": "flag-icon-css",
2017-11-16 16:46:30 +01:00
"version": "2.9.0",
2015-04-26 13:21:37 +02:00
"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"
},
2013-09-24 00:07:24 +02:00
"devDependencies": {
"grunt": "1.0.1",
"grunt-contrib-less": "1.4.1",
"grunt-contrib-cssmin": "2.2.1",
"grunt-contrib-watch": "1.0.0",
"grunt-contrib-connect": "1.0.2"
2015-09-05 10:34:56 +02:00
}
2013-09-24 00:07:24 +02:00
}