forked from seiyria/gameicons-font
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 818 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 818 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
29
{
"name": "gameicons-font",
"version": "0.0.0",
"description": "An icon font distribution of the SVGs from http://game-icons.net",
"scripts": {
"dev": "lite-server --config .bs-config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seiyria/gameicons-font.git"
},
"author": "Kyle Kemp <kyle@seiyria.com>",
"bugs": {
"url": "https://github.com/seiyria/gameicons-font/issues"
},
"homepage": "https://github.com/seiyria/gameicons-font#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-download": "0.0.1",
"gulp-filter": "^4.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-iconfont": "^6.0.0",
"gulp-iconfont-css": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-unzip": "^0.1.3",
"lite-server": "^2.1.0",
"minimatch": "^3.0.0"
}
}