-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.19 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
{
"name": "@helpscout/icons",
"description": "Help Scout's icon fonts",
"version": "0.0.15",
"main": "index.js",
"private": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "gulp",
"test": "gulp",
"version": "sh ./scripts/prerelease.sh",
"release": "np --yolo"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"homepage": "https://github.com/helpscout/hs-icons",
"repository": {
"type": "git",
"url": "git+https://github.com/helpscout/hs-icons.git"
},
"authors": [
"ItsJonQ <[email protected]>"
],
"license": "MIT",
"engines": {
"node": ">=8"
},
"devDependencies": {
"async": "^2.6.0",
"axios": "^0.19.0",
"braces": ">=2.3.1",
"browser-sync": "2.26.7",
"cryptiles": "4.1.3",
"del": "^3.0.0",
"extend": "3.0.2",
"fstream": "1.0.12",
"gulp": "3.9.1",
"gulp-base64": "^0.1.3",
"gulp-consolidate": "^0.2.0",
"gulp-iconfont": "^9.1.0",
"gulp-rename": "^1.2.2",
"hoek": "^5.0.3",
"lodash": "^4.17.11",
"natives": "^1.1.6",
"np": "^4.0.2",
"randomatic": "3.1.1",
"run-sequence": "^2.2.1",
"tar": "4.4.8",
"tough-cookie": "3.0.1"
}
}