muffin
Version:
The 21st century way of building websites
83 lines (82 loc) • 1.88 kB
JSON
{
"name": "muffin",
"version": "1.2.4",
"description": "The 21st century way of building websites",
"main": "dist/index.js",
"scripts": {
"start": "gulp",
"prepublish": "gulp transpile",
"test": "eslint lib/**"
},
"files": [
"dist"
],
"eslintConfig": {
"extends": "default",
"parser": "babel-eslint"
},
"babel": {
"presets": [
"es2015-node"
],
"plugins": [
"transform-async-to-generator",
"syntax-async-functions",
"add-module-exports"
]
},
"repository": "muffin/server",
"engines": {
"node": ">= 4.4.4"
},
"keywords": [
"cms",
"content",
"management",
"system",
"chocolate"
],
"greenkeeper": {
"emails": false,
"ignore": [
"babel-preset-es2015-node"
]
},
"author": "Leonard Lamprecht <mindrun@icloud.com> (http://leo.im)",
"license": "MIT",
"bugs": {
"url": "https://github.com/muffin/server/issues"
},
"homepage": "http://muffin.cafe",
"dependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"bcryptjs": "^2.3.0",
"chalk": "^1.1.3",
"dotenv": "^2.0.0",
"fs-extra": "^0.30.0",
"gridfs-stream": "^1.1.1",
"handlebars": "^4.0.5",
"koa": "^2.0.0",
"koa-body": "^1.4.0",
"koa-compress": "^2.0.0",
"koa-convert": "^1.2.0",
"koa-jwt": "^1.2.0",
"koa-mount": "^2.0.0",
"koa-router": "^7.0.1",
"koa-static": "^3.0.0",
"koa-views": "^5.0.1",
"mongoose": "^4.4.19",
"query-string": "^4.1.0"
},
"devDependencies": {
"babel-eslint": "^6.0.4",
"babel-plugin-syntax-async-functions": "^6.8.0",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-preset-es2015-node": "^4.0.2",
"eslint": "^2.10.2",
"eslint-config-default": "^0.1.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cached": "^1.1.0"
}
}