forked from seiyria/gameicons-font
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.14 KB
/
package.json
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
30
31
32
33
34
35
36
{
"name": "gameicons-font",
"version": "1.0.0",
"description": "An icon font distribution of the SVGs from http://game-icons.net",
"scripts": {
"dev": "lite-server --config .bs-config.js",
"build:font": "gulp build:font",
"deploy": "gulp deploy",
"fulldeploy": "npm run build:font && git add . && git commit -am \"Add new icons\" && git push && npm run deploy",
"fulldeploy:ci": "npm run build:font && git add . && git commit -am \"Add new icons\" && git push ci HEAD:master && npm run deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seiyria/gameicons-font.git"
},
"engines": {
"node": "8"
},
"author": "Kyle Kemp <[email protected]>",
"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-gh-pages": "0.5.4",
"gulp-iconfont": "6.0.0",
"gulp-iconfont-css": "2.0.0",
"gulp-raster": "0.1.0",
"gulp-rename": "1.2.2",
"gulp-unzip": "0.1.3",
"lite-server": "2.1.0",
"minimatch": "3.0.2"
}
}