-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (42 loc) · 1.14 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
{
"name": "effectserver",
"version": "0.1.1",
"author": "Esa-Matti Suuronen",
"contributors": [
"Tommi Teistelä"
],
"homepage": "https://github.com/Instanssi/effectserver",
"description": "Packet abstraction for multiple DMX controllers",
"bugs": {
"url": "https://github.com/Instanssi/effectserver/issues/"
},
"repository": {
"type": "git",
"url": "https://github.com/Instanssi/effectserver.git"
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register",
"start": "coffee server.coffee"
},
"main": "./lib/index",
"dependencies": {
"coffee-script": "~1.12.3",
"underscore": "~1.8.3",
"serialport": "~4.0.0",
"underscore.string": "~3.3.4",
"async": "~1.5.2",
"jade": "~1.11.0",
"stylus": "~0.53.0",
"socket.io": "~0.9.16",
"cson": "~3.0.2",
"piler": "~0.5.1",
"express": "~2.5.11",
"hbs": "~4.0.0",
"ws": "~6.1.3"
},
"devDependencies": {
"mocha": "~3.2.0",
"should": "~11.2.0",
"supervisor": "~0.12.0"
}
}