-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
38 lines (38 loc) · 932 Bytes
/
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
37
38
{
"name": "xeicon",
"version": "2.3.3",
"description": "Beautiful transformable iconic font made for the web.",
"main": "xeicon.min.css",
"repository": {
"type": "git",
"url": "https://github.com/xpressengine/XEIcon.git"
},
"author": "xpressengine",
"license": "OFL-1.1",
"bugs": {
"url": "https://github.com/xpressengine/XEIcon/issues"
},
"homepage": "http://xpressengine.github.io/XEIcon/",
"keywords": [
"font",
"glyphs",
"icon-font",
"icons"
],
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"gulp": "^3.9.1",
"gulp-all": "^1.1.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean-css": "^3.7.0",
"gulp-concat": "^2.6.1",
"gulp-gh-pages": "^0.5.4",
"gulp-header": "^1.8.9",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-twig": "^0.7.0",
"lodash": "^4.17.4"
}
}