-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
46 lines (46 loc) · 1.24 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
{
"name": "ReplayLastGoal",
"version": "0.0.24",
"description": "Automatically creates and tweet a video with the latest goal at the world cup",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./node_modules/pm2/bin/pm2 start processes.json",
"stop": "./node_modules/pm2/bin/pm2 stop all",
"update": "./node_modules/pm2/bin/pm2 restart server && ./node_modules/pm2/bin/pm2 restart twitter"
},
"repository": {
"type": "git",
"url": "git://github.com/xdamman/ReplayLastGoal.git"
},
"keywords": [
"worldcup",
"gif",
"goal"
],
"author": "Xavier Damman (@xdamman)",
"license": "MIT",
"bugs": {
"url": "https://github.com/xdamman/ReplayLastGoal/issues"
},
"homepage": "https://github.com/xdamman/ReplayLastGoal",
"dependencies": {
"express": "^4.4.3",
"CBuffer": "^0.1.4",
"underscore": "^1.6.0",
"humanize": "0.0.9",
"express3-handlebars": "^0.5.0",
"pm2": "^0.8.15",
"twitter": "^0.2.9",
"request": "^2.36.0",
"async": "^0.9.0",
"hipchatter": "^0.1.3",
"slack-notify": "^0.1.2",
"body-parser": "^1.4.3",
"MD5": "^1.2.1",
"lodash": "^2.4.1"
},
"devDependencies": {
"chai": "^1.9.1"
}
}