-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 940 Bytes
/
package.json
File metadata and controls
executable file
·33 lines (33 loc) · 940 Bytes
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
{
"name": "packagetracker",
"version": "1.0.0",
"description": "Node project to track UPS, USPS, and Fedex packages",
"main": "bin/www",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bin/www"
},
"author": "Matt Harris",
"license": "Apache 2.0",
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.12.0",
"cookie-parser": "^1.3.4",
"csurf": "^1.7.0",
"debug": "^2.1.1",
"express": "^4.11.2",
"express-handlebars": "^1.2.1",
"express-session": "^1.10.3",
"gitlog": "^0.1.1",
"mongoose": "^3.8.23",
"morgan": "^1.5.1",
"node-geocoder": "^2.19.0",
"passport": "^0.2.1",
"passport-google-oauth2": "^0.1.6",
"serve-favicon": "^2.2.0",
"shipping-fedex": "git+https://github.com/MatthaeusHarris/node-shipping-fedex.git",
"shipping-ups": "^0.4.26",
"shipping-usps": "0.0.3",
"node-github": "0.0.3"
}
}