-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 928 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
37
38
{
"name": "atlantanodejs-site",
"description": "Admin features and demos for the Atlanta Nodejs group",
"version": "0.0.1",
"author": "Rick Thomas",
"main": "./lib/server.js",
"repository": {
"type": "git",
"url": "https://github.com/atlantanodejs/site_app.git"
},
"directories": {
"lib": "lib"
},
"dependencies": {
"underscore": "~1.2.3",
"connect": "1.8.x",
"quip": "*",
"shred": "*",
"glob": "*",
"passport": ">= 0.0.6",
"passport-github": ">= 0.0.0",
"passport-meetup": ">= 0.0.0"
},
"devDependencies": {
"buster": "*",
"icing": "*",
"coffee-script": "*"
},
"engines": {
"node": "0.6.x"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/atlantanodejs/site_app/raw/master/LICENSE"
}
]
}