-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 872 Bytes
/
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
{
"dependencies": {
"chalk": "^2.1.0",
"express": "^4.15.4",
"http": "^0.0.0",
"socket.io": "^2.0.3",
"twitter": "^1.7.1"
},
"name": "social-media-wall",
"description": "social media wall for my wedding",
"version": "1.0.0",
"main": "const.config.js",
"devDependencies": {},
"scripts": {
"start": "node ./node/express/app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "rm package.zip && zip package.zip `echo const.config.js; git ls-tree --full-tree -r HEAD | awk '{print $4}'` && eb deploy "
},
"repository": {
"type": "git",
"url": "git+https://github.com/arodjabel/social-media-wall.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/arodjabel/social-media-wall/issues"
},
"homepage": "https://github.com/arodjabel/social-media-wall#readme"
}