forked from mixdown/mixdown-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (44 loc) · 822 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "mixdown-server",
"version": "0.3.5",
"main": "index",
"description": "Simple server for activiting a site.",
"keywords": [
"node",
"server",
"html"
],
"author": {
"name": "Vast",
"email": "[email protected]",
"web": "http://vastdevblog.vast.com/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:mixdown/server"
},
"directories": {
"tests": "tests"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "node tests/main.js"
},
"dependencies": {
"lodash": "0.10.0",
"broadway": "0.2.5",
"optimist": "0.3.4",
"winston": "0.6.2",
"winston-syslog": "0.2.2"
},
"devDependencies": {
"pipeline-router": "*",
"broadway-handlebars": "*",
"tap": "*"
},
"optionalDependencies": {},
"homepage": "http://vastdevblog.vast.com/"
}