forked from cubing/icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"name": "@cubing/icons",
"version": "1.0.5",
"description": "Cubing Icons and Fonts",
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/register": "^7.10.5",
"bufferstreams": "^3.0.0",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-consolidate": "*",
"gulp-iconfont": "^10.0.3",
"gulp-jimp": "*",
"gulp-rename": "^2.0.0",
"gulp-svg2png": "*",
"lodash": "*",
"through2": "^4.0.2"
},
"scripts": {
"build": "gulp",
"watch": "gulp watch",
"dev": "npm run watch",
"deploy": "gulp deploy",
"version": "npm run build",
"postversion": "git push --follow-tags [email protected]:cubing/icons.git HEAD:main && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cubing/icons.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/cubing/icons.git/issues"
},
"homepage": "https://github.com/cubing/icons.git#readme",
"main": "./www/css/cubing-icons.css"
}