-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 886 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
{
"name": "Sudoku",
"version": "0.0.0",
"description": "",
"main": "server.coffee",
"dependencies": {
"express": "~3.4.8",
"coffee-middleware": "~0.2.1",
"node-sass": "~0.8.3",
"node": "~0.0.0",
"sass": "~0.5.0",
"sass-middleware": "~0.0.3",
"jade": "~1.3.0",
"twitter-bootstrap-node": "~0.1.2",
"connect-coffee-script": "~0.2.0",
"coffee-script": "~1.7.1",
"coffee": "0.0.1",
"serve-favicon": "~2.1.5"
},
"devDependencies": {
"coffee-script": "~1.7.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://[email protected]:light24bulbs/sudoku.git"
},
"author": "Forrest Allison",
"license": "GPL",
"bugs": {
"url": "https://github.com/light24bulbs/sudoku/issues"
},
"homepage": "https://github.com/light24bulbs/sudoku"
}