-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 900 Bytes
/
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
{
"name": "reveal-slides",
"version": "1.1.0",
"description": "A Reveal.js slide deck for redbrick",
"main": "gulpfile.js",
"scripts": {
"build": "gulp",
"start": "gulp serve",
"postinstall": "gulp",
"lint": "eslint .",
"fix": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git://github.com/redbrick/reveal-slides.git"
},
"keywords": [
"reveal",
"Redbrick",
"theme"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/redbrick/reveal-slides/issues"
},
"homepage": "https://github.com/redbrick/reveal-slides#readme",
"devDependencies": {
"eslint": "^4.18.2",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.0",
"gulp-connect": "^5.0.0",
"gulp": "^3.9.1",
"gulp-sass": "^2.3.2",
"reveal.js": "^3.3.0"
}
}