-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·41 lines (41 loc) · 864 Bytes
/
package.json
File metadata and controls
executable file
·41 lines (41 loc) · 864 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
32
33
34
35
36
37
38
39
40
41
{
"name": "sevnote",
"version": "2.0.1",
"private": true,
"scripts": {
"start": "node app.js",
"postinstall": "bower install -s"
},
"npk_target": {
"test.js": {
"sources": [
"lib/mysql.js"
]
}
},
"dependencies": {
"connect-redis": "1.4.x",
"ejs": "*",
"exec": "^0.1.2",
"express": "3.x",
"geoip-lite": "^1.1.3",
"node-mailer": "^0.1.1",
"node-uuid": "^1.4.1",
"nodemailer": "^1.1.1",
"nodemailer-wellknown": "^0.1.2",
"passport": "^0.2.0",
"passport-github": "^0.1.5",
"passport-local": "^1.0.0",
"replace": "^0.2.9",
"request": "*",
"restler": "^3.2.2",
"sha1": "^1.1.0",
"shelljs": "^0.3.0",
"socket.io": "~1.0.6",
"string": "~1.8.1",
"underscore": "*",
"uuid": "^1.4.1",
"validator": "^3.17.0",
"xml2json": "*"
}
}