2016-11-04 20:33:20 +01:00
|
|
|
{
|
2016-11-04 20:42:20 +01:00
|
|
|
"name": "cozy-RSVP",
|
|
|
|
"version": "0.0.1",
|
2016-11-04 20:33:20 +01:00
|
|
|
"cozy-type": "static",
|
|
|
|
"cozy-displayName": "RSVP",
|
|
|
|
"cozy-color": "",
|
2016-11-04 20:42:20 +01:00
|
|
|
"description": "A cozy version of http://calendly.com/.",
|
|
|
|
"license": "MIT",
|
2016-11-04 20:33:20 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-11-04 20:42:20 +01:00
|
|
|
"url": "https://github.com/Phyks/cozy-RSVP"
|
2016-11-04 20:33:20 +01:00
|
|
|
},
|
|
|
|
"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": {
|
2016-11-04 20:42:20 +01:00
|
|
|
"cozysdk-client": "0.0.7",
|
2016-11-04 20:33:20 +01:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|