forked from hrr21-triceratops/triceratops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.26 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
47
48
49
50
51
52
53
{
"name": "savvyshopper",
"version": "1.0.0",
"description": "an expert for almost anything",
"main": "server.js",
"scripts": {
"test": "mocha ./tests",
"start": "nodemon server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hrr21-triceratops/triceratops.git"
},
"keywords": [
"savvyShopper"
],
"author": "Tony Hyde",
"license": "ISC",
"bugs": {
"url": "https://github.com/tonyhyde/SavvyShopper/issues"
},
"homepage": "https://github.com/tonyhyde/SavvyShopper#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.16.1",
"cors": "^2.8.1",
"elasticsearch": "^12.1.3",
"express": "^4.14.1",
"express-jwt": "^0.3.1",
"jsonwebtoken": "^5.0.1",
"live-server": "^1.2.0",
"lodash": "^2.4.2",
"mongoose": "^4.8.2",
"morgan": "^1.8.1",
"nodemon": "^1.11.0",
"pg": "^6.1.2",
"pg-hstore": "^2.3.2",
"sequelize": "^3.30.2",
"socket.io": "^1.7.3",
"ws": "^2.1.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"compression": "^1.0.11",
"dotenv": "^0.4.0",
"errorhandler": "^1.1.1",
"lodash": "^2.4.1",
"mocha": "^3.2.0",
"request": "^2.79.0",
"sequelize": "^3.30.2"
}
}