forked from hanshuebner/html-scrabble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 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
{
"name": "html-scrabble",
"description": "Multi user Scrabble game",
"version": "0.1.3",
"author": {
"name": "Hans Hübner",
"email": "[email protected]",
"url": "https://github.com/hanshuebner"
},
"repository": {
"type": "git",
"url": "git://github.com/hanshuebner/html-scrabble.git"
},
"main": "server",
"engines": {
"node": ">=0.8.0"
},
"license": "MIT/X11",
"dependencies": {
"dirty": ">=0.9.6",
"express-negotiate": ">=0.0.5",
"express": ">=3.0.0rc2",
"method-override": ">=2.0.2",
"cookie-parser": ">=1.3.1",
"body-parser": ">=1.3.1",
"errorhandler": ">=1.1.0",
"basic-auth-connect" : ">=1.0.0",
"nodemailer": ">=0.3.22",
"nodeunit": ">=0.7.4",
"optimist": ">=0.3.4",
"socket.io": ">=1.0.5",
"underscore": ">=1.3.3",
"icebox": "=0.1.1"
},
"devDependencies": {
"release-utils": ">= 0.0.1"
},
"scripts": {
"build-release": "node node_modules/release-utils/npm-release.js"
}
}