-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 929 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
{
"name": "Beauvoir",
"description": "Simple project management app built with node.js",
"version": "0.1.10",
"homepage": "https://github.com/yuchi/Beauvoir",
"repository": {
"type": "git",
"url": "git://github.com/yuchi/Beauvoir.git"
},
"author": "Pier Paolo Ramon <[email protected]>",
"licenses": [
{ "type" :"GPL3", "url":"https://raw.github.com/yuchi/Beauvoir/master/LICENSE" }
],
"bugs" : { "url" : "https://github.com/yuchi/Beauvoir/issues" },
"main": "server.coffee",
"directories": {
"lib": "lib"
},
"dependencies": {
"underscore": "1.3.0",
"connect": "1.7.1",
"express": "2.4.7",
"connect-redis": "1.1.0",
"winston": "0.5.6",
"express-resource": "0.2.3",
"hashlib": "1.0.1",
"stylus": "0.20.0",
"connect-assets":"2.0.2",
"nohm": "0.6.1"
},
"scripts": {
"start": "coffee server.coffee"
},
"engine": {
"node": "0.4.x"
}
}