summaryrefslogtreecommitdiffstats
path: root/package.json
blob: 3562403ffabc7d9bfccce2d80ba2239a517f85d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "name": "iro-icons",
    "version": "1.0.0",
    "description": "Icons of the Iro design system",
    "author": "Volpeon",
    "license": "MIT",
    "private": true,
    "sideEffects": false,
    "devDependencies": {
        "svg-sprite": "^1.5.4"
    }
}