forked from lpercifield/Visualight_Server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·55 lines (55 loc) · 1.14 KB
/
package.json
File metadata and controls
executable file
·55 lines (55 loc) · 1.14 KB
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
46
47
48
49
50
51
52
53
54
55
{
"engines": {
"npm": "1.1.65",
"node": "0.8.x"
},
"repository": {
"url": "git://github.com/lpercifield/node-login.git",
"type": "git"
},
"website": {
"url": "dev.visualight.org"
},
"env": {
"npm_config_production": false,
"npm_config_rebuild_bundle": false
},
"version": "1.2.0-17",
"dependencies": {
"jade": "~0.27.7",
"express": "~2.5.11",
"moment": "~1.7.2",
"socket.io": "~0.9.13",
"emailjs": "~0.3.3",
"stylus": "~0.31.0",
"connect-mongo": "~0.4.0",
"mongodb": "~1.2.7",
"validator": "~0.4.28",
"colors": "0.x"
},
"private": true,
"name": "node-login",
"bundledDependencies": [
"connect-mongo",
".bin",
"stylus",
"emailjs",
"moment",
"express",
"socket.io",
"mongodb",
"jade"
],
"subdomain": "www",
"domains": [
"visualight.org"
],
"author": {
"email": "leif@visualight.org",
"name": "Leif Percifield"
},
"description": "Visualight User app - This was developed from the AMAZING template - https://github.com/braitsch/node-login by Stephen Braitsch - BIG UPS!!!",
"scripts": {
"start": "app.js"
}
}