-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 927 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
39
{
"name": "@mangadventure/font",
"version": "0.2.2",
"description": "MangAdventure icon font",
"repository": "mangadventure/font",
"author": "MangAdventure",
"license": "SEE LICENSE IN LICENSE.txt",
"files": [
"dist/",
"font/"
],
"scripts": {
"build": "gulp"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-fontello": "^0.5.2",
"gulp-fontello-import":
"adebree/gulp-fontello-import#4b082f2",
"gulp-stylus": "^3.0.0",
"livescript": "^1.6.0"
},
"resolutions": {
"chokidar": "^3.5.3",
"css": "^3.0.0",
"fstream": "^1.0.12",
"glob-parent": "^6.0.2",
"graceful-fs": "^4.2.10",
"gulp-error": "npm:plugin-error",
"lodash": "^4.17.21",
"needle": "npm:needle-retry-x",
"source-map-resolve": "^0.6.0",
"uuid": "^7.0.3",
"xmldom": "npm:@xmldom/xmldom"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}