-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 972 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
{
"name": "jekyll-reveal-starter-kit",
"version": "2.0.0",
"description": "A starting point for developing GDI Minneapolis class slides using reveal.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "gulp serve",
"stage": "gulp stage",
"publish": "gulp publish",
"start": "npm run serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gdiminneapolis/jekyll-reveal-starter-kit.git"
},
"keywords": [
"GDI",
"GDIMinneapolis",
"reveal",
"jekyll",
"starterKit"
],
"author": "Tamara Temple <tamouse@gmail.com>",
"license": "CC-BY-NC-3.0",
"bugs": {
"url": "https://github.com/gdiminneapolis/jekyll-reveal-starter-kit/issues"
},
"homepage": "https://github.com/gdiminneapolis/jekyll-reveal-starter-kit#readme",
"devDependencies": {
"browser-sync": "^2.17.5",
"gulp": "^3.9.1",
"gulp-task-listing": "^1.0.1"
}
}