aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: fa23e087573f013005e0768ca62aae69c7edce81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "tabler-icons",
  "version": "1.0.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tabler/tabler-icons.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tabler/tabler-icons/issues"
  },
  "homepage": "https://github.com/tabler/tabler-icons#readme",
  "main": "gulpfile.js",
  "scripts": {
    "optimize": "gulp optimize",
    "build": "gulp optimize && gulp build && gulp icons-sprite"
  },
  "description": "",
  "devDependencies": {
    "glob": "7.1.6",
    "gulp": "4.0.2"
  }
}