forked from redbrick/TechWeek
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.69 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.69 KB
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
{
"name": "techweek",
"version": "1.0.0",
"description": "This repository contains the Techweek website",
"main": "gulpfile.js",
"scripts": {
"test": "eslint js/* bin/* && node bin/checkEventJson.js && gulp",
"dev": "gulp dev",
"postinstall": "gulp",
"lint": "eslint .",
"build": "gulp",
"fix": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redbrick/techweek.dcu.ie.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/redbrick/techweek.dcu.ie/issues"
},
"homepage": "https://github.com/redbrick/techweek.dcu.ie#readme",
"dependencies": {
"glob": "^7.1.0",
"handlebars": "^4.0.6",
"jquery": "^2.2.4",
"json-front-matter": "^1.0.0",
"jsonschema": "^1.1.1",
"marked": "^0.3.6",
"materialize-css": "^0.97.7"
},
"devDependencies": {
"babel-cli": "6.23.0",
"babel-core": "6.23.1",
"babel-eslint": "7.1.1",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-es6-promise": "1.1.1",
"babel-plugin-syntax-async-functions": "6.13.0",
"babel-plugin-transform-async-to-generator": "6.22.0",
"babel-plugin-transform-object-assign": "6.22.0",
"babel-preset-es2015": "6.22.0",
"eslint": "^3.6.1",
"eslint-plugin-json": "^1.2.0",
"eslint-config-standard": "6.2.1",
"eslint-plugin-promise": "3.4.2",
"eslint-plugin-standard": "2.0.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^2.0.12",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-minify": "0.0.14",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-shell": "^0.5.2"
}
}