-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.16 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"devDependencies": {
"bower": "^1.3.12",
"grunt": "^0.4.5",
"grunt-angular-templates": "^0.5.7",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-qunit": "^0.5.2",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-file-creator": "^0.1.3",
"grunt-ng-annotate": "^1.0.1",
"grunt-ng-constant": "^1.0.0",
"grunt-node-inspector": "^0.1.5",
"grunt-nodemon": "^0.3.0",
"grunt-robots-txt": "^0.3.0",
"grunt-services": "0.0.3",
"grunt-shell-spawn": "^0.3.1",
"grunt-targethtml": "^0.2.6",
"open": "0.0.5",
"prerender": "^3.16.0"
},
"name": "HashtagSell",
"version": "0.0.0",
"description": "Re-Inventing Online Classifieds",
"dependencies": {
"3taps": "^0.1.6",
"async": "~0.9.0",
"aws-sdk": "^2.0.31",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.5.1",
"braintree": "^1.23.0",
"compression": "^1.5.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^0.4.2",
"cookie-parser": "^1.3.2",
"easyimage": "^1.0.4",
"ebay-trading-api": "git+https://github.com/HashtagSell/ebay-trading-api.git#master",
"ejs": "^2.3.1",
"express": "^4.7.1",
"express-session": "^1.7.1",
"fb": "^0.7.0",
"forever": "^0.15.1",
"http-proxy": "^1.11.2",
"method-override": "^2.3.2",
"moment": "^2.10.2",
"mongoose": "^4.0.2",
"morgan": "^1.2.1",
"multer": "~0.1.4",
"nodemailer": "^1.1.2",
"nodemailer-dkim": "^0.1.4",
"nodemailer-ses-transport": "^1.1.0",
"passport": "^0.2.0",
"passport-facebook": "^1.0.3",
"passport-google-oauth": "^0.1.5",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.3",
"prerender-node": "^1.2.1",
"promise": "^6.0.1",
"request": "^2.39.0",
"sanitize-html": "^1.3.0",
"twitter": "^1.2.5",
"underscore": "^1.7.0"
},
"scripts": {
"test": "mocha",
"migrations": "bash init/apply-migrations.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/HashtagSell/htsApp.git"
},
"author": "Brad Davis",
"license": "ISC"
}