{ "name": "RSVP", "version": "", "cozy-type": "static", "cozy-displayName": "RSVP", "cozy-color": "", "description": "", "license": "", "repository": { "type": "git", "url": "" }, "icon-path": "", "cozy-permissions": { "event": { "description": "Needed to hide conflicting time slots from the time slot selection." } }, "scripts": { "build:prod": "cross-env NODE_ENV=production webpack -p", "build:dev": "cross-env NODE_ENV=development webpack", "lint": "standard 'app/**/*.js' 'webpack.config.js'", "clean": "rimraf dist/*" }, "contributors": [ "Phyks (Lucas Verney)" ], "dependencies": { "vue": "^2.0.3", "vue-router": "^2.0.1" }, "devDependencies": { "autoprefixer": "^6.5.1", "babel-core": "^6.18.2", "babel-loader": "^6.2.7", "babel-preset-es2015": "^6.18.0", "cross-env": "^3.1.3", "css-loader": "^0.25.0", "debug-loader": "0.0.1", "rimraf": "^2.5.4", "standard": "^8.5.0", "vue-loader": "^9.7.0", "webpack": "^1.13.3" } }