-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1 KB
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
{
"name": "scrabbleWeb",
"description": "Web-based Scrabble game",
"version": "0.1.3",
"author": {
"name": "Cryopie",
"url": "https://github.com/cryopie"
},
"repository": {
"type": "git",
"url": "git://github.com/cryopie/scrabbleWeb.git"
},
"main": "server",
"engines": {
"node": ">=0.8.0"
},
"license": "MIT/X11",
"dependencies": {
"basic-auth-connect": ">=1.0.0",
"cookie-parser": ">=1.3.1",
"dirty": ">=0.9.6",
"errorhandler": ">=1.1.0",
"express": ">=3.0.0rc2",
"express-negotiate": ">=0.0.5",
"icebox": "=0.1.1",
"jq": "^1.7.2",
"method-override": ">=2.0.2",
"nodeunit": ">=0.7.4",
"optimist": ">=0.3.4",
"socket.io": ">=1.0.5",
"underscore": ">=1.3.3"
},
"devDependencies": {
"release-utils": ">= 0.0.1"
},
"scripts": {
"build-release": "node node_modules/release-utils/npm-release.js"
}
}