-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 912 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
35
{
"name": "petals-cloud-listener",
"version": "0.0.0",
"description": "Petals Cloud Events Listener",
"author": "Christophe Hamerling <[email protected]>",
"homepage": "http://github.com/petalslink/petals-cloud-listener",
"keywords": [
"node", "log", "websocket", "socket.io"
],
"licenses": [{
"type": "MIT",
"url": "http://mths.be/mit"
}],
"repository": {
"type": "git",
"url": "http://github.com/petalslink/petals-cloud-listener.git"
},
"dependencies": {
"express": "latest"
, "jade" : "latest"
, "socket.io": "0.9.10"
, "mongoose": "latest"
, "connect-mongo": "latest"
, "connect-flash": "latest"
, "notifier": "latest"
, "view-helpers": "latest"
, "forever": "latest"
},
"devDependencies": {
"nodemon": "latest"
},
"scripts": {
"start": "NODE_ENV=development ./node_modules/.bin/nodemon server.js"
}
}