This repository has been archived by the owner on Jun 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
45 lines (45 loc) · 1.53 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
{
"name": "Knownodes",
"version": "0.0.2",
"private": true,
"scripts": {
"build": "_coffee -c auth/.; _coffee -c controllers/.; _coffee -c data/.; _coffee -c DB/.; _coffee -c log/.; _coffee -c modules/.; _coffee -c model/.; _coffee -c error/.; lessc -x clientApp/css/bootup.less > clientApp/css/bootup.css",
"start": "node app",
"postinstall": "npm run build"
},
"dependencies": {
"email-templates": "0.0.7",
"express": "3.1",
"jade": "0.27.7",
"jugglingdb": "https://github.com/liadmagen/jugglingdb/archive/master.tar.gz",
"jugglingdb-mongodb": "latest",
"neo4j": "https://github.com/liadmagen/node-neo4j/archive/develop.tar.gz",
"nodemailer": "0.3.37",
"pagemunch": "0.1.0",
"passport": "0.1.15",
"passport-local": "0.1.6",
"passport-facebook": "0.1.4",
"passport-google": "0.2.0",
"mongodb": "1.1.11",
"mongoose": "3.5.3",
"memory-cache": "0.0.5",
"streamline": "~0.4.11",
"express-resource-new": "~0.1.1",
"jugglingdb-mysql": "0.0.1-6",
"mysql": "~2.0.0-alpha7",
"connect-mongo": "~0.3.2",
"coffee-script": "1.6.3",
"iconv-lite": "0.2.10",
"request":"2.21.0",
"loggly": "0.3.11",
"less": "1.4.0",
"validator": "latest",
"node-uuid": "latest",
"bcrypt-nodejs": "latest",
"escape-html": "latest",
"jstoxml": "latest"
},
"engines": {
"node": "0.8.x"
}
}