aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..da6dad6
--- /dev/null
+++ b/package.json
@@ -0,0 +1,33 @@
1{
2 "name": "Webcastor",
3 "version": "0.1.0",
4 "description": "Webcastor",
5 "main": "webcastor.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified! Configure in package.json\" && exit 1"
8 },
9 "repository": "",
10 "keywords": [
11 "node.js",
12 "eclipse",
13 "nodeclipse"
14 ],
15 "author": "",
16 "license": "MIT",
17 "readmeFilename": "README.md",
18 "dependencies": {
19 "body-parser": "^1.1.1",
20 "express": "^4.1.2",
21 "hogan-express": "^0.5.2",
22 "http": "0.0.0",
23 "logfmt": "^1.1.2",
24 "password-hash": "^1.2.2",
25 "redis": "^0.10.1",
26 "socket.io": "^0.9.16",
27 "socket.io-wildcard": "^0.1.1",
28 "url": "^0.10.1"
29 },
30 "engines": {
31 "node": "0.10.x"
32 }
33}