-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.29 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "food-coops-dashboards",
"version": "1.3.5",
"description": "Des tableaux de bord pour supermarchés coopératifs afin d'y voir plus clair au jour le jour.",
"main": "index.js",
"scripts": {
"deploy": "now --regions bru --team dtc-innovation --public -e FIRST_WEEK='2015-12-28' -e NODE_ENV=production -e ODOO_URL=@odoo_url -e ODOO_USERNAME=@odoo_username -e ODOO_PASSWORD=@odoo_password",
"start": "node server.js",
"test": "exit 0",
"posttest": "eslint '**/*.js'",
"watch": "nodemon server.js"
},
"keywords": [],
"repository": {
"type": "git",
"url": "git://github.com/dtc-innovation/food-coops-dashboards"
},
"bugs": {
"url": "https://github.com/dtc-innovation/food-coops-dashboards/issues"
},
"author": "Thomas Parisot (https://oncletom.io)",
"license": "CC0-1.0",
"devDependencies": {
"chokidar": "^2.0.4",
"eslint": "^4.19.1",
"now": "^11.2.4"
},
"engines": {
"node": ">=8.0.0"
},
"prettier": {
"singleQuote": true,
"arrowParens": "always"
},
"dependencies": {
"consolidate": "^0.15.1",
"date-fns": "^1.29.0",
"express": "^4.16.3",
"group-array": "^0.3.3",
"mem": "^3.0.1",
"nodemon": "^1.17.5",
"nunjucks": "^3.1.3",
"odoo-xmlrpc": "^1.0.6",
"require-env": "^0.2.1"
}
}