grav/plugins/events/package.json

45 lines
1.0 KiB
JSON
Raw Normal View History

{
"name": "grav-plugin-events",
"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-autoprefixer": "^3.1.1",
"gulp-coffee": "^2.3.2",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.4",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.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"
}