|
5 | 5 | "main": "app", |
6 | 6 | "dependencies": { |
7 | 7 | "ace-builds": "git://github.com/ajaxorg/ace-builds#9d12839", |
8 | | - "async": "0.9.0", |
9 | | - "aws-sdk": "2.1.26", |
10 | | - "body-parser": "1.12.3", |
| 8 | + "async": "1.0.0", |
| 9 | + "aws-sdk": "2.1.30", |
| 10 | + "body-parser": "1.12.4", |
11 | 11 | "bootstrap": "3.3.4", |
12 | 12 | "bootstrap-markdown": "2.8.0", |
13 | | - "compression": "1.4.3", |
| 13 | + "compression": "1.4.4", |
14 | 14 | "connect-mongo": "0.8.1", |
15 | | - "cookie-parser": "1.3.4", |
16 | | - "express": "4.12.3", |
17 | | - "express-minify": "0.1.3", |
18 | | - "express-session": "1.11.1", |
| 15 | + "cookie-parser": "1.3.5", |
| 16 | + "express": "4.12.4", |
| 17 | + "express-minify": "0.1.4", |
| 18 | + "express-session": "1.11.2", |
19 | 19 | "font-awesome": "4.3.0", |
20 | 20 | "formidable": "1.0.17", |
21 | 21 | "github": "0.2.4", |
22 | | - "highlight.js": "8.5.0", |
| 22 | + "highlight.js": "8.6.0", |
23 | 23 | "jquery": "2.1.4", |
24 | 24 | "jwt-simple": "0.3.0", |
25 | 25 | "less-middleware": "2.0.1", |
26 | 26 | "marked": "0.3.3", |
27 | | - "method-override": "2.3.2", |
28 | | - "moment": "2.10.2", |
29 | | - "mongoose": "4.0.2", |
30 | | - "morgan": "1.5.2", |
| 27 | + "method-override": "2.3.3", |
| 28 | + "moment": "2.10.3", |
| 29 | + "mongoose": "4.0.3", |
| 30 | + "morgan": "1.5.3", |
31 | 31 | "mu2": "0.5.20", |
32 | 32 | "octicons": "git://github.com/github/octicons.git#14ab7c3", |
33 | | - "passport": "0.2.1", |
| 33 | + "passport": "0.2.2", |
34 | 34 | "passport-amazon": "0.1.0", |
35 | 35 | "passport-aol": "0.2.0", |
36 | 36 | "passport-facebook": "2.0.0", |
|
52 | 52 | "sanitize-html": "1.6.1", |
53 | 53 | "select2": "3.5.2-browserify", |
54 | 54 | "select2-bootstrap-css": "1.4.6", |
55 | | - "serve-favicon": "2.2.0", |
| 55 | + "serve-favicon": "2.2.1", |
56 | 56 | "underscore": "1.8.3" |
57 | 57 | }, |
58 | 58 | "repository": { |
59 | 59 | "type": "git", |
60 | 60 | "url": "https://github.com/OpenUserJs/OpenUserJS.org.git" |
61 | 61 | }, |
62 | | - "licenses": [ |
63 | | - { |
64 | | - "type": "GPL-3.0+", |
65 | | - "url": "https://raw.githubusercontent.com/OpenUserJs/OpenUserJS.org/master/LICENSE" |
66 | | - }, |
67 | | - { |
68 | | - "type": "GFDL-1.3", |
69 | | - "url": "https://raw.githubusercontent.com/OpenUserJs/OpenUserJS.org/master/LICENSE" |
70 | | - } |
71 | | - ], |
| 62 | + "license": "(GPL-3.0 AND GFDL-1.3)" |
| 63 | + , |
72 | 64 | "subdomain": "openuserjs", |
73 | 65 | "domains": [ |
74 | 66 | "openuserjs.org" |
|
0 commit comments