forked from imrihe/hebFN
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (33 loc) · 1.02 KB
/
package.json
File metadata and controls
34 lines (33 loc) · 1.02 KB
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
{
"name": "hebFNServer",
"description": "the project of hebrew framenet, based on the barkely created framenet project",
"keywords": ["framenet","nlp", "ben gurion","fillmroe"],
"homepgae": "http://www.cs.bgu.ac.il/~nlpproj/hebfn/annotate#/",
"bugs": {"email": "hebrew.framenet.bgu@gmail.com"},
"version": "0.0.2",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "3.3.5",
"jade": "0.34.1",
"stylus": "0.36.1",
"mongoose": "3.6.18",
"expresso": "0.9.2",
"connect-flash": "0.1.1",
"passport" : "0.1.17",
"passport-local" :"0.1.6",
"underscore": "1.5.2",
"mongoose-forms": "0.0.5",
"request" : "2.27.0",
"async" : "0.2.9",
"nodemailer": "0.5.2",
"bcrypt": "0.7.7",
"forms-mongoose": "0.0.6",
"strftime": "0.6.2",
"console-stamp":"0.1.1",
"toobusy": "0.2.3"
},
"engines" : { "node" : ">=0.10.21 <0.11" }
}