-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.22 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
42
43
44
45
46
47
48
49
{
"author": "Daniel Saewitz",
"name": "gdspreadsheet",
"description": "Backbone + Express + Coffee + Mongo",
"version": "0.0.1-115",
"engines": {
"node": "0.10.x"
},
"scripts": {
"start": "node server.js"
},
"dependencies": {
"coffee-script": "^1.4.0",
"express": "^3.16.5",
"nconf": "^0.6.9"
},
"devDependencies": {
"commander": "~1.1.1",
"dive": "~0.3.0",
"grunt": "~0.4.1",
"grunt-clean": "~0.4.0",
"grunt-coffee": "0.0.6",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-coffee": "~0.6.0",
"grunt-contrib-compress": "^0.10.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-cssmin": "~0.6.0",
"grunt-contrib-handlebars": "~0.5.8",
"grunt-contrib-mincss": "~0.3.2",
"grunt-contrib-rename": "0.0.2",
"grunt-contrib-stylus": "~0.5.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.3.1"
},
"subdomain": "gdbar",
"domains": [
"listentothe.gd",
"www.listentothe.gd",
"listentothedead.com",
"www.listentothedead.com"
],
"readmeFilename": "README.md",
"main": "server.js",
"repository": {
"type": "git",
"url": "git://github.com/switz/gdspreadsheet.git"
}
}