-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
77 lines (77 loc) · 1.88 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
{
"name": "mdjcl",
"version": "1.0.0",
"description": "The website for Maryland Junior Classical League",
"license": "MIT",
"people": {
"name": "Jonah Langlieb",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/MDJCL/MDJCL.github.io.git"
},
"engines": {
"node": ">=0.12.0"
},
"devDependencies": {
"aspell": "^0.1.0",
"browser-sync": "^2.2.1",
"check-pages": "^0.9.0",
"del": "^1.1.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-cache": "^0.2.8",
"gulp-clean-css": "2.0.6",
"gulp-eslint": "^0.13.2",
"gulp-filenames": "^2.1.0",
"gulp-gh-pages": "^0.5.2",
"gulp-gzip": "^1.1.0",
"gulp-htmlhint": "^0.3.1",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-inline-source": "^2.0.0",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-html": "^1.0.0",
"gulp-prompt": "^0.1.2",
"gulp-rename": "^1.2.2",
"gulp-responsive": "^2.4.0",
"gulp-shell": "^0.4.2",
"gulp-sitemap": "^2.2.0",
"gulp-size": "^1.2.1",
"gulp-sourcemaps": "^1.5.0",
"gulp-spellcheck": "git+https://github.com/swillner/gulp-spellcheck.git",
"gulp-uglify": "^1.1.0",
"gulp-useref": "^1.1.1",
"gulp-util": "^3.0.5",
"main-bower-files": "^2.5.0",
"opn": "^1.0.1",
"run-sequence": "^1.1.1",
"wiredep": "^2.2.2"
},
"//": {
"babel": "^5.5.6",
"babel-cli": "^6.10.1",
"babel-core": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0",
"gulp-google-cdn": "^2.0.0"
},
"eslintConfig": {
"env": {
"node": true,
"browser": true,
"jquery": true
},
"rules": {
"quotes": 0,
"no-unused-vars": 0,
"no-use-before-define": 0,
"no-undef": 0,
"eol-last": 0,
"strict": 0,
"comma-spacing": 0,
"no-multi-spaces": 0
}
}
}