forked from sigseg1v/twitchplaysd2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 873 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
30
{
"name": "TwitchPlaysX",
"description": "Lets you use IRC to send inputs to a program and stream it, TwitchPlaysPokemon style",
"version": "0.0.1",
"dependencies": {
"bluebird": "^2.9.34",
"browserify": "^11.0.1",
"d3": "^3.5.6",
"envify": "^3.4.0",
"express": "^4.13.3",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.0",
"grunt-concurrent": "^2.0.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-forever": "^0.4.7",
"irc": "martynsmith/node-irc#605555e3dfe5eb92070f4520a22cedfbebd4dca8",
"load-grunt-tasks": "^3.2.0",
"moment": "^2.10.6",
"nconf": "^0.7.1",
"obs-remote": "^1.0.1",
"printf": "~0.2.1",
"socket.io": "^1.3.6",
"socket.io-client": "^1.3.6",
"string.prototype.repeat": "^0.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/hzoo/TwitchPlaysX.git"
}
}