-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 889 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 889 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
{
"name": "SynergyCode",
"version": "0.0.6",
"description": "An FTP alternative",
"main": "app.js",
"dependencies": {
"socket.io": "~0.9.16",
"stylus": "~0.41.3",
"passport": "~0.2.0",
"ejs": "~0.8.5",
"express": "~3.4.7",
"debug": "*",
"jade": "~1.1.4",
"cookie": "~0.1.0",
"connect": "~2.12.0",
"passport-local": "~0.1.6",
"mongoose": "~3.8.6",
"connect-flash": "~0.1.1",
"mongodb": "~1.3.23",
"share": "~0.6.0"
},
"devDependencies": {},
"scripts": {
"test": "node app"
},
"repository": {
"type": "git",
"url": "https://github.com/CodeBoxJS/SynergyCode.git"
},
"keywords": [
"ftp"
],
"author": "CodeBoxJS",
"license": "GNU General Public License",
"bugs": {
"url": "https://github.com/CodeBoxJS/SynergyCode/issues"
},
"homepage": "https://github.com/CodeBoxJS/SynergyCode"
}