forked from JimMorrison723/SG.hu-Extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.11 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
{
"title": "SG.hu Tuning",
"name": "sghu-extension",
"version": "3.4.3",
"description": "Az sg.hu nem hivatalos bővítménye.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"sghu"
],
"author": "JimMorrison723",
"license": "ISC",
"private": true,
"bugs": {
"url": "https://github.com/JimMorrison723/SG.hu-Extension/issues"
},
"homepage": "https://github.com/JimMorrison723/SG.hu-Extension#readme",
"repository": {
"type": "git",
"url": "https://github.com/JimMorrison723/SG.hu-Extension",
"username": "JimMorrison723",
"repository": "SG.hu-Extension"
},
"devDependencies": {
"del": "^2.2.2",
"eslint": "^4.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-if": "^2.0.2",
"gulp-jshint": "^2.0.4",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^2.1.2",
"gulp-useref": "^3.1.2",
"gulp-zip": "^3.2.0",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"run-sequence": "^1.2.2",
"yargs": "^6.0.0"
},
"dependencies": {
"gulp-eslint": "^4.0.0"
}
}