-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 924 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
{
"name": "protoo",
"version": "0.0.0",
"description": "A new Personal Publishing Platform that gives the user the most options to publish common types of media without being in the way.",
"main": "server.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/prototypen/protoo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/prototypen/protoo/issues"
},
"homepage": "https://github.com/prototypen/protoo",
"dependencies": {
"coffee-script": "~1.6.3",
"express": "~3.4.8",
"connect-redis": "~1.4.6",
"consolidate": "~0.10.0",
"dustjs-linkedin": "~2.3.1",
"passport-local-mongoose": "~0.2.5",
"passport-local": "~0.1.6",
"passport": "~0.1.18",
"mongoose": "~3.8.4",
"stylus": "~0.42.1"
}
}