-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 783 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 783 Bytes
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
{
"name": "jamgrid",
"description": "Casual collaborative music making",
"version": "0.0.1",
"homepage": "https://github.com/monitron/jamgrid/",
"repository": {
"type": "git",
"url": "git://github.com/monitron/jamgrid.git"
},
"author": "Justin Streufert <monitron@gmail.com>",
"contributors": [
{ "name": "Justin Streufert", "email": "monitron@gmail.com" },
{ "name": "Kathy Dawson", "email": "tittergrrl@gmail.com" }
],
"main": "./server.js",
"dependencies": {
"express":">=2.3.11",
"mongoose": ">=1.4.0",
"jade": ">=0.12.1",
"mongoose-auth": ">=0.0.10",
"socket.io": ">=0.7.0",
"less": ">=1.1.2",
"connect-mongo": ">=0.1.2"
},
"devDependencies": {
"coffee-script": ">=1.1.1"
},
"engines": {
"node": ">=0.4.x"
}
}