-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.68 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
{
"name": "platzigram",
"version": "0.1.0",
"description": "Comparte tus fotos estudiando en Platzi con el resto de la comunidad",
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/skumblue/platzigram.git"
},
"keywords": [
"platzi",
"javascript"
],
"author": "Diego Molina",
"license": "MIT",
"homepage": "https://github.com/skumblue/platzigram#readme",
"dependencies": {
"aws-sdk": "^2.22.0",
"axios": "^0.15.3",
"body-parser": "^1.17.1",
"co": "^4.6.0",
"cookie-parser": "^1.4.3",
"empty-element": "^1.0.0",
"express": "^4.14.1",
"express-session": "^1.15.1",
"file-extension": "^3.1.2",
"intl": "^1.2.5",
"intl-messageformat": "^1.3.0",
"intl-relativeformat": "^1.3.0",
"jsonwebtoken": "^7.3.0",
"materialize-css": "^0.98.0",
"multer": "^1.3.0",
"multer-s3": "^2.5.0",
"page": "^1.7.1",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-local": "^1.0.0",
"platzigram-client": "file:../platzigram-client",
"pug": "^2.0.0-beta11",
"socket.io-client": "^1.7.3",
"superagent": "^3.4.4",
"title": "^1.0.0",
"yo-yo": "^1.4.0"
},
"devDependencies": {
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-regenerator": "^6.22.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babelify": "^7.3.0",
"browserify": "^14.1.0",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"scripts": {
"build": "gulp",
"watch": "gulp watch",
"start": "node server.js"
}
}