pomodoro/package.json
2016-08-14 19:18:09 +02:00

80 lines
2.3 KiB
JSON

{
"name": "budbilar",
"version": "0.0.1",
"description": "När du vill få något budat till rätt pris.",
"main": "server/server.js",
"private": true,
"repository": {
"type": "git",
"url": "git@gitlab.thecodebureau.com:axel/budbilar.git"
},
"scripts": {
"gulp": "gulp",
"gulp:production": "NODE_ENV=production gulp",
"gulp:development": "NODE_ENV=development gulp",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/server.js"
},
"dependencies": {
"babel-preset-es2015-node6": "^0.3.0",
"babel-register": "^6.11.6",
"body-parser": "^1.15.2",
"chalk": "^1.1.3",
"connect-redis": "^3.1.0",
"cookie-parser": "^1.4.3",
"dollr": "0.0.7",
"express": "^4.14.0",
"express-module-membership": "github:thecodebureau/express-module-membership",
"express-service-errors": "github:thecodebureau/express-service-errors",
"express-session": "^1.14.0",
"lodash": "^4.15.0",
"marko": "^3.7.2",
"marko-widgets": "^6.3.3",
"mongoose": "^4.5.8",
"mongopot": "github:lohfu/mongopot",
"morgan": "^1.7.0",
"nodemailer": "^2.5.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"require-dir": "^0.3.0",
"warepot": "github:lohfu/warepot"
},
"devDependencies": {
"autoprefixer": "^6.4.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babelify": "^7.3.0",
"browser-sync": "^2.14.0",
"browserify": "^13.1.0",
"chalk": "^1.1.3",
"csswring": "^5.1.0",
"eslint": "^3.3.0",
"eslint-config-airbnb": "^10.0.1",
"eslint-config-airbnb-base": "^5.0.2",
"eslint-plugin-import": "^1.13.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-react": "^6.0.0",
"event-stream": "^3.3.4",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-less": "^3.1.0",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-svgmin": "^1.2.2",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"marko": "^3.9.4",
"markoify": "^2.1.1",
"mkdirp": "^0.5.1",
"nodemon": "^1.10.0",
"postcss": "^5.1.2",
"pretty-hrtime": "^1.0.2",
"rimraf": "^2.5.4",
"through2": "^2.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}