forked from feathericon/feathericon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.53 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "feathericon",
"version": "1.0.2",
"description": "Simple, scalable vector icon font for websites, apps.",
"main": "gulpfile.babel.js",
"author": "featherplain",
"homepage": "https://feathericon.com",
"license": "MIT",
"scripts": {
"before:compile": "gulp before:compile",
"after:compile": "gulp after:compile",
"setup": "bash ./bin/setup.sh",
"webfont": "bash ./bin/webfont.sh",
"start": "gulp server",
"test": "ava tests/index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/feathericon/feathericon.git"
},
"contributors": [
"syokenz",
"konojunya"
],
"keywords": [
"icons",
"font",
"web font",
"icon font",
"svg",
"feathericon"
],
"bugs": {
"url": "https://github.com/feathericon/feathericon/issues"
},
"babel": {
"presets": [
"env"
]
},
"devDependencies": {
"ava": "^0.23.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"browser-sync": "^2.18.13",
"del": "^3.0.0",
"eslint": "^4.10.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.9.0",
"gulp-consolidate": "^0.2.0",
"gulp-css-globbing": "^0.2.2",
"gulp-data": "^1.2.1",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sketch": "^1.0.5",
"gulp-string-replace": "^0.4.0",
"gulp-svg-sprite": "^1.3.7",
"gulp-watch": "^4.3.11",
"run-sequence": "^2.2.0"
}
}