|
1 | 1 | { |
2 | | - "name": "hackboard", |
3 | | - "version": "0.0.0", |
4 | | - "private": true, |
5 | | - "scripts": { |
6 | | - "start": "NODE_ENV=deployment node ./bin/www.js", |
7 | | - "debug": "DEBUG=hackboard:* NODE_ENV=deployment nodemon --ignore gcp_creds.json ./bin/www.js", |
8 | | - "development": "DEBUG=hackboard:* NODE_ENV=development nodemon --ignore gcp_creds.json ./bin/www.js", |
9 | | - "test": "DEBUG=hackboard:* NODE_ENV=test mocha --reporter spec tests/**.js --exit", |
10 | | - "seed": "NODE_ENV=development node ./seed/index.js", |
11 | | - "docs": "apidoc -i ./routes -o ./docs/api/" |
12 | | - }, |
13 | | - "dependencies": { |
14 | | - "@google-cloud/logging-winston": "^0.9.0", |
15 | | - "@google-cloud/storage": "^2.3.0", |
16 | | - "@sendgrid/mail": "^6.3.1", |
17 | | - "bcrypt": "^3.0.0", |
18 | | - "cookie-parser": "~1.4.3", |
19 | | - "cookie-session": "^2.0.0-beta.3", |
20 | | - "cors": "^2.8.5", |
21 | | - "cryptiles": "^4.1.3", |
22 | | - "debug": "~2.6.9", |
23 | | - "dotenv": "^6.2.0", |
24 | | - "express": "~4.16.0", |
25 | | - "express-validator": "^5.3.1", |
26 | | - "express-winston": "^2.6.0", |
27 | | - "handlebars": "^4.0.12", |
28 | | - "jsonwebtoken": "^8.1.0", |
29 | | - "memory-cache": "^0.2.0", |
30 | | - "mongoose": "^5.4.2", |
31 | | - "multer": "^1.3.1", |
32 | | - "passport": "^0.4.0", |
33 | | - "passport-local": "^1.0.0", |
34 | | - "q": "^1.5.1", |
35 | | - "winston": "^2.4.4" |
36 | | - }, |
37 | | - "devDependencies": { |
38 | | - "@types/express": "^4.11.1", |
39 | | - "@types/google-cloud__storage": "^1.7.2", |
40 | | - "@types/mongodb": "^3.1.18", |
41 | | - "@types/mongoose": "^5.3.7", |
42 | | - "@types/multer": "^1.3.7", |
43 | | - "apidoc": "^0.17.7", |
44 | | - "chai-http": "^4.2.1", |
45 | | - "chai": "^4.2.0", |
46 | | - "jshint": "^2.9.7", |
47 | | - "jslint": "^0.12.0", |
48 | | - "mocha": "^5.2.0", |
49 | | - "nodemon": "^1.17.3" |
50 | | - } |
| 2 | + "name": "hackboard", |
| 3 | + "version": "0.0.0", |
| 4 | + "private": true, |
| 5 | + "scripts": { |
| 6 | + "start": "NODE_ENV=deployment node ./bin/www.js", |
| 7 | + "debug": "DEBUG=hackboard:* NODE_ENV=deployment nodemon --ignore gcp_creds.json ./bin/www.js", |
| 8 | + "development": "DEBUG=hackboard:* NODE_ENV=development nodemon --ignore gcp_creds.json ./bin/www.js", |
| 9 | + "test": "DEBUG=hackboard:* NODE_ENV=test mocha --reporter spec tests/**.js --exit", |
| 10 | + "seed": "NODE_ENV=development node ./seed/index.js", |
| 11 | + "docs": "apidoc -i ./routes -o ./docs/api/" |
| 12 | + }, |
| 13 | + "dependencies": { |
| 14 | + "@google-cloud/logging-winston": "^0.9.0", |
| 15 | + "@google-cloud/storage": "^2.3.0", |
| 16 | + "@sendgrid/mail": "^6.3.1", |
| 17 | + "bcrypt": "^3.0.0", |
| 18 | + "cookie-parser": "~1.4.3", |
| 19 | + "cookie-session": "^2.0.0-beta.3", |
| 20 | + "cors": "^2.8.5", |
| 21 | + "cryptiles": "^4.1.3", |
| 22 | + "debug": "~2.6.9", |
| 23 | + "dotenv": "^6.2.0", |
| 24 | + "express": "~4.16.0", |
| 25 | + "express-validator": "^5.3.1", |
| 26 | + "express-winston": "^2.6.0", |
| 27 | + "handlebars": "^4.0.12", |
| 28 | + "jsonwebtoken": "^8.1.0", |
| 29 | + "memory-cache": "^0.2.0", |
| 30 | + "mongoose": "^5.4.2", |
| 31 | + "multer": "^1.3.1", |
| 32 | + "passport": "^0.4.0", |
| 33 | + "passport-local": "^1.0.0", |
| 34 | + "q": "^1.5.1", |
| 35 | + "winston": "^2.4.4" |
| 36 | + }, |
| 37 | + "devDependencies": { |
| 38 | + "@types/express": "^4.11.1", |
| 39 | + "@types/google-cloud__storage": "^1.7.2", |
| 40 | + "@types/mongodb": "^3.1.18", |
| 41 | + "@types/mongoose": "^5.3.7", |
| 42 | + "@types/multer": "^1.3.7", |
| 43 | + "apidoc": "^0.17.7", |
| 44 | + "chai-http": "^4.2.1", |
| 45 | + "chai": "^4.2.0", |
| 46 | + "jshint": "^2.9.7", |
| 47 | + "jslint": "^0.12.0", |
| 48 | + "mocha": "^5.2.0", |
| 49 | + "nodemon": "^1.17.3" |
| 50 | + } |
51 | 51 | } |
0 commit comments