-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 1.89 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
78
79
{
"name": "weekly-deals",
"description": "group project",
"version": "1.0.0",
"engines": {
"node": "~5.10.1"
},
"author": "Weekly Deals Team",
"contributors": [
"Jake Corry",
"Natasha Shelley",
"Joseph Lago",
"Brian Kemper"
],
"license": "ISC",
"main": "./server/index.js",
"scripts": {
"postinstall": "bower install",
"lint": "jshint **.js",
"start": "concurrently --kill-others --raw 'nodemon' 'gulp'"
},
"keywords": [
"deals"
],
"dependencies": {
"angular-dropdowns": "^1.5.1",
"aws-sdk": "^2.3.3",
"bcryptjs": "^2.3.0",
"bluebird": "^3.3.5",
"body-parser": "^1.15.0",
"compression": "^1.6.1",
"concurrently": "^2.0.0",
"cors": "^2.7.1",
"express": "^4.13.4",
"fs": "0.0.2",
"gulp-inject": "^4.0.0",
"gulp-inline-source": "^2.1.0",
"gulp-plumber": "^1.1.0",
"gulp-print": "^2.0.1",
"gulp-using": "^0.1.0",
"gulp-watch": "^4.3.5",
"helmet": "^2.1.1",
"https": "^1.0.0",
"jwt-simple": "^0.5.0",
"lodash": "^4.10.0",
"moment": "^2.12.0",
"mongoose": "^4.4.12",
"querystring": "^0.2.0",
"request": "^2",
"serve-static": "^1.10.2"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"bower": "^1.7.9",
"browser-sync": "^2.12.1",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.6",
"gulp-concat": "^2.6.0",
"gulp-flatten": "^0.3.0",
"gulp-mocha": "^2.2.0",
"gulp-newer": "^1.1.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-order": "^1.1.1",
"gulp-postcss": "^6.1.0",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-stylus": "^2.3.1",
"gulp-svg-sprite": "^1.2.19",
"gulp-uglify": "^1.5.3",
"gulp-uncss": "^1.0.5",
"jshint": "^2.9.1",
"jwt-simple": "^0.5.0",
"lodash": "^4.10.0",
"main-bower-files": "^2.11.1",
"rupture": "^0.6.1"
},
"private": true
}