forked from kalebheitzman/grav-plugin-events
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 918 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
39
{
"name": "grav-events-plugin",
"version": "1.0.15",
"description": "Events plugin for Grav CMS",
"main": "index.js",
"dependencies": {
"bourbon": "^4.2.7",
"bourbon-neat": "^1.8.0",
"gulp": "^3.9.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-coffee": "^2.3.2",
"gulp-concat": "^2.6.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7"
},
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kalebheitzman/grav-plugin-events.git"
},
"keywords": [
"grav",
"events"
],
"author": "Kaleb Heitzman",
"license": "MIT",
"bugs": {
"url": "https://github.com/kalebheitzman/grav-plugin-events/issues"
},
"homepage": "https://github.com/kalebheitzman/grav-plugin-events#readme"
}