-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 865 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 865 Bytes
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": "rage-icons",
"version": "2.0.1",
"description": "",
"main": "index.js",
"dependencies": {
"async": "latest",
"gulp": "latest",
"gulp-consolidate": "latest",
"gulp-iconfont": "latest"
},
"devDependencies": {
"browser-sync": "^2.26.13",
"gulp-plumber": "latest",
"gulp-pug": "latest",
"gulp-sass": "^4.1.0",
"gulp-sass-glob": "^1.1.0",
"gulp-svg-sprites": "latest",
"yargs": "^16.1.0"
},
"scripts": {
"dev": "gulp dev --build",
"build": "gulp --build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devamstudio/icons-rage.git"
},
"keywords": [
"icons"
],
"author": "iamstudio",
"license": "MIT",
"bugs": {
"url": "https://github.com/devamstudio/icons-rage/issues"
},
"homepage": "https://github.com/devamstudio/icons-rage#readme"
}