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": {
|
2016-11-04 21:06:14 +01:00
|
|
|
"build:prod": "cross-env NODE_ENV=production webpack -p && pug --out dist/ index.pug",
|
|
|
|
"build:dev": "cross-env NODE_ENV=development webpack && pug --pretty --out dist/ index.pug",
|
2016-11-04 20:33:20 +01:00
|
|
|
"lint": "standard 'app/**/*.js' 'webpack.config.js'",
|
2016-11-05 03:52:53 +01:00
|
|
|
"clean": "rimraf dist/*",
|
|
|
|
"watch:prod": "cross-env NODE_ENV=production webpack -p --progress --colors --watch",
|
2016-11-06 02:31:32 +01:00
|
|
|
"watch:dev": "cross-env NODE_ENV=development webpack --progress --colors --watch",
|
|
|
|
"serve": "http-server dist"
|
2016-11-04 20:33:20 +01:00
|
|
|
},
|
|
|
|
"contributors": [
|
|
|
|
"Phyks (Lucas Verney)"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2016-11-04 20:42:20 +01:00
|
|
|
"cozysdk-client": "0.0.7",
|
2016-11-05 03:52:53 +01:00
|
|
|
"normalize.css": "^5.0.0",
|
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",
|
2016-11-06 02:31:32 +01:00
|
|
|
"http-server": "^0.9.0",
|
2016-11-04 21:06:14 +01:00
|
|
|
"pug": "^2.0.0-beta6",
|
|
|
|
"pug-cli": "^1.0.0-alpha6",
|
|
|
|
"pug-loader": "^2.3.0",
|
2016-11-04 20:33:20 +01:00
|
|
|
"rimraf": "^2.5.4",
|
|
|
|
"standard": "^8.5.0",
|
2016-11-05 03:52:53 +01:00
|
|
|
"stylus": "^0.54.5",
|
|
|
|
"stylus-loader": "^2.3.1",
|
2016-11-04 20:33:20 +01:00
|
|
|
"vue-loader": "^9.7.0",
|
|
|
|
"webpack": "^1.13.3"
|
|
|
|
}
|
|
|
|
}
|