-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.38 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
{
"name": "ninesenses",
"version": "1.0.0",
"description": "Ninesenses Website",
"main": "js/min/main-min.js",
"repository": "https://wazynski@github.com/wazynski/ninesenses.git",
"author": "Tom Skarbek-Wazynski <wazynski@gmail.com>",
"license": "MIT",
"dependencies": {
"xo": "^0.18.2"
},
"xo": {
"ignores": [
"gulpfile.js",
"paths.js"
],
"space": 2,
"globals": [
"document",
"window",
"navigator"
],
"rules": {
"no-extend-native": [
"error",
{
"exceptions": [
"Object",
"String"
]
}
],
"capitalized-comments": "off"
}
},
"babel": {
"presets": [
"env"
]
},
"devDependencies": {
"autoprefixer": "^7.1.4",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.0",
"browser-sync": "^2.18.13",
"del": "^3.0.0",
"fs": "^0.0.1-security",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.1",
"gulp-download": "^0.0.1",
"gulp-gh-pages": "^0.5.4",
"gulp-imagemin": "^3.3.0",
"gulp-notify": "^3.0.0",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-ruby-sass": "^2.1.1",
"gulp-run": "^1.7.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"run-sequence": "^2.2.0"
}
}