-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "social-commerce",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"watch": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johnspencer15/social-commerce.git"
},
"author": "John Spencer",
"license": "ISC",
"bugs": {
"url": "https://github.com/johnspencer15/social-commerce/issues"
},
"homepage": "https://github.com/johnspencer15/social-commerce#readme",
"dependencies": {
"async": "^1.5.2",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.14.1",
"bower": "^1.6.5",
"browserify": "^12.0.1",
"cookie-parser": "^1.0.1",
"express": "^4.13.4",
"express-session": "~1.0.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-if": "^2.0.0",
"gulp-less": "^3.0.3",
"gulp-plumber": "^1.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.7",
"mongoose": "^4.2.5",
"multer": "^1.1.0",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.0"
}
}