forked from teamnodebook/bakpak
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (35 loc) · 921 Bytes
/
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
{
"name": "BakPakAttak",
"version": "1.0.0",
"description": "Personal itinerary builder",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GreenBeacon/bakpak.git"
},
"author": "Alina, Conor, Natasha, Zack",
"license": "ISC",
"homepage": "https://github.com/GreenBeacon/bakpak#readme",
"dependencies": {
"babel-preset-es2015": "^6.6.0",
"bcrypt": "^0.8.7",
"body-parser": "^1.15.2",
"bower": "^1.7.9",
"dotenv": "^2.0.0",
"express": "^4.4.5",
"express-session": "^1.14.1",
"nodemon": "^1.11.0",
"pg": "^6.1.0",
"qpx-client": "0.0.5",
"request": "^2.75.0",
"request-promise": "^4.1.1",
"sequelize": "^3.24.6",
"util": "^0.10.3",
"xml2js": "^0.4.17"
}
}