-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 2.67 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "eos-icons",
"version": "5.4.0",
"description": "The iconic and open source font made for EOS Design System.",
"devDependencies": {
"@semantic-release/git": "^5.0.0",
"@semantic-release/gitlab": "^2.1.4",
"axios": "^0.19.2",
"chai": "^4.3.4",
"conventional-changelog-eslint": "^1.0.9",
"eslint": "^5.16.0",
"eslint-config-prettier": "^6.15.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"fs-extra": "^8.1.0",
"grunt": "^1.0.4",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-eslint": "^21.1.0",
"grunt-svgmin": "^6.0.1",
"grunt-text-replace": "^0.4.0",
"grunt-webfont": "^1.7.2",
"husky": "^7.0.2",
"inquirer": "^7.0.4",
"lint-staged": "^10.5.4",
"mocha": "^8.3.2",
"prettier": "^2.2.0",
"semantic-release": "^15.14.0",
"xcode": "^2.1.0"
},
"scripts": {
"build": "grunt",
"js:fix": "eslint scripts/ --fix",
"format": "prettier --write .",
"test": "mocha",
"test:watch": "nodemon --ignore 'test/**/*.json' --ignore 'test/__temp__' --exec 'mocha --file test/settings.js'",
"serve": "cd dist/ && python -m SimpleHTTPServer",
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.js": [
"npm run js:fix",
"npm run format"
],
"*.json": "npm run format"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/SUSE-UIUX/eos-icons.git"
},
"keywords": [
"iconic",
"font",
"eos",
"icons"
],
"author": "SUSE UX/UI team",
"contributors": [
{
"name": "Cynthia Sanchez",
"web": "https://de.linkedin.com/in/cyntsanchez"
},
{
"name": "Jesus Herman",
"web": "https://www.linkedin.com/in/jesushermanmarina/"
},
{
"name": "Zvezdana Marjanovic",
"web": "https://www.linkedin.com/in/zvezdana-marjanovic-5375b251"
},
{
"name": "Manuele Carlini",
"web": "https://www.linkedin.com/in/manuelecarlini"
},
{
"name": "Kenneth Wimer",
"web": "https://www.linkedin.com/in/kennethwimer"
},
{
"name": "Richa Bishts",
"web": "https://www.linkedin.com/in/richabisht"
},
{
"name": "Sorin Curescu",
"web": "https://www.linkedin.com/in/en3sis"
}
],
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/SUSE-UIUX/eos-icons/issues"
},
"homepage": "https://gitlab.com/SUSE-UIUX/eos-icons#README",
"dependencies": {
"grunt-cli": "^1.4.2"
}
}