-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.2 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
{
"name": "1day1pic",
"title": "1day1pic",
"version": "0.0.1",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/9-volt/1day1pic.git"
},
"author": {
"name": "bumbu alex",
"company": "9volt"
},
"devDependencies": {
"body-parser": "1.9.0",
"coffee-script": "1.8.0",
"cookie-parser": "1.3.3",
"cors": "2.4.2",
"del": "~0.1.3",
"express": "4.9.5",
"express-handlebars": "^1.1.0",
"gulp": "^3.9.0",
"gulp-coffee": "2.2.0",
"gulp-csso": "0.2.9",
"gulp-livereload": "2.1.1",
"gulp-nodemon": "1.0.4",
"gulp-plumber": "0.6.6",
"gulp-sourcemaps": "1.2.2",
"gulp-stylus": "1.3.3",
"gulp-uglify": "1.0.1",
"gulp-util": "3.0.1",
"method-override": "2.2.0",
"nib": "1.0.4"
},
"dependencies": {
"busboy": "^0.2.9",
"connect-flash": "^0.1.1",
"easyimage": "9-volt/node-easyimage",
"exif": "^0.4.0",
"express-mysql-session": "^0.2.0",
"express-session": "^1.8.2",
"lodash": "^2.4.1",
"moment": "*2.10.6",
"mysql": "^2.5.1",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"request": "^2.67.0",
"sequelize": "^3.5.1",
"sequelize-cli": "^1.7.4"
}
}