-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
46 lines (46 loc) · 1.3 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": "paysage",
"version": "0.0.1",
"engines": {
"node": "^10.11.0"
},
"private": true,
"scripts": {
"start": "node ./bin/www",
"postinstall": "bower install",
"test": "npm run --silent lint && testem ci -p 0 -l 'headless chrome' && mocha && nightwatch",
"testem": "testem -l chrome",
"testServer": "mocha",
"test-e2e": "nightwatch",
"lint": "semistandard",
"update-favicon": "npx cli-real-favicon generate faviconDescription.json faviconData.json public && node -e \"require('fs').writeFileSync('./views/partials/favicon.hbs', require('./faviconData.json').favicon.html_code)\""
},
"dependencies": {
"aws-sdk": "^2.353.0",
"body-parser": "^1.18.3",
"bower": "^1.5.3",
"chance": "^1.0.3",
"cookie-parser": "~1.4.2",
"debug": "^4.1.0",
"dotenv": "^8.2.0",
"express": "^4.16.4",
"express-handlebars": "^3.0.0",
"less-middleware": "^3.0.0",
"morgan": "^1.9.1",
"socket.io": "^2.1.1"
},
"devDependencies": {
"chai": "^4.2.0",
"chromedriver": "^87.0.5",
"mocha": "^5.2.0",
"nightwatch": "^1.5.1",
"nodemon": "^2.0.7",
"semistandard": "^13.0.1",
"sinon": "^6.3.5",
"sinon-chai": "^3.2.0",
"socket.io-client": "^2.1.1",
"supertest": "^3.3.0",
"testem": "^3.2.0"
},
"semistandard": {}
}