-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
121 lines (121 loc) · 4.1 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "qilabs",
"description": "Networking for nerds.",
"version": "0.4.0",
"private": true,
"homepage": "http://qilabs.org",
"readmeFilename": "README.md",
"author": "Felipe Aragão Pires <[email protected]> (http://f03lipe.github.com)",
"license": "BSD",
"main": "master.js",
"scripts": {},
"gitHead": "a9ef3dfea8d0873be9a7d7f78b211a0abc978de6",
"repository": {
"type": "git",
"url": "https://github.com/f03lipe/qilabs"
},
"engines": {
"iojs": "^2.0.x"
},
"devDependencies": {
"browserify": "^8.1.3",
"browserify-shim": "^3.8.0",
"dtrace-provider": "^0.4.0",
"grunt": "^0.4.5",
"grunt-browserify": "^3.3.0",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-nodemon": "^0.4.0",
"grunt-s3": "^0.2.0-alpha.3",
"kue-ui": "0.0.5",
"less-plugin-autoprefix": "^1.3.0",
"less-plugin-clean-css": "^1.5.0",
"minifyify": "^6.2.2",
"node-inspector": "^0.9.0",
"reactify": "^1.1.0"
},
"dependencies": {
"agenda": "^0.6.28",
"async": "0.2.10",
"aws-sdk": "^2.0.27",
"basic-auth": "^1.0.0",
"bluebird": "^2.9.6",
"body-parser": "^1.4.3",
"bunyan": "1.3.3",
"cheerio": "^0.18.0",
"clone": "^1.0.0",
"coffee-script": "^1.8.0",
"colors": "^1.0.3",
"compression": "^1.0.8",
"connect-flash": "~0.1.1",
"connect-mongo": "^0.7.0",
"connect-ratelimit": "0.0.7",
"connect-redis": "^2.0.0",
"cookie-parser": "^1.3.2",
"csurf": "^1.7.0",
"express": "^4.11.2",
"express-bunyan-logger": "^1.0.0",
"express-domain-middleware": "^0.1.0",
"express-session": "^1.6.1",
"express-validator": "^2.3.0",
"fb": "^0.7.0",
"forky": "^0.1.2",
"helmet": "^0.2.1",
"knox": "^0.9.0",
"kue": "^0.8.11",
"lodash": "^3.3.0",
"marked": "^0.3.3",
"method-override": "^2.0.2",
"mongoose": "^4.0.6",
"nconf": "^0.7.1",
"newrelic": "^1.10.2",
"nodetime": "^0.8.15",
"passport": "^0.2.1",
"passport-facebook": "^1.0.3",
"redis": "^0.12.1",
"request": "^2.45.0",
"sanitize-html": "^1.1.5",
"sanitizer": "^0.1.2",
"serve-favicon": "^2.0.1",
"st": "^0.5.1",
"swig": "^1.4.2",
"swig-extras": "0.0.1",
"universal-analytics": "^0.3.4",
"validator": "^3.17.0"
},
"browserify-shim": "./web/js/shim.js",
"browser": {
"bootstrap": "./web/js/vendor/bootstrap-3.0.0.min.js",
"ace": "./web/js/vendor/ace-min-noconflict.js",
"ace-md-mode": "./web/js/vendor/mode-markdown.js",
"ace-textmate-theme": "./web/js/vendor/theme-textmate.js",
"bootstrap.tooltip": "./web/js/vendor/bootstrap/tooltip.js",
"bootstrap.tab": "./web/js/vendor/bootstrap/tab.js",
"bootstrap.button": "./web/js/vendor/bootstrap/button.js",
"bootstrap.dropdown": "./web/js/vendor/bootstrap/dropdown.js",
"bootstrap.popover": "./web/js/vendor/bootstrap/popover.js",
"jquery": "./web/js/vendor/jquery-2.0.3.min.js",
"react.backbone": "./web/js/vendor/react.backbone.js",
"jquery-cookie": "./web/js/vendor/jquery.cookie.js",
"jquery-linkify": "./web/js/vendor/jquery.linkify.js",
"lodash": "./web/js/vendor/lodash.min.js",
"jquery-textcomplete": "./web/js/vendor/jquery-textcomplete.0.3.3.min.js",
"jquery-overlay": "./web/js/vendor/jquery-overlay.0.0.4.min.js",
"modernizr": "./web/js/vendor/modernizr-3.0.0-beta.min.js",
"backbone": "./web/js/vendor/backbone-1.1.2.min.js",
"react": "./web/js/vendor/react-dev-0.13.3.js",
"awesome-grid": "./web/js/vendor/awesome-grid-1.0.2.js",
"favico": "./web/js/vendor/favico-0.3.5.min.js",
"bootstrap-tour": "./web/js/vendor/bootstrap-tour.min.js",
"marked": "./web/js/vendor/marked.min.js",
"pagedown-editor": "./web/js/vendor/pagedown-editor.js",
"sifter": "./web/js/vendor/sifter.js",
"nprogress": "./web/js/vendor/nprogress.js",
"autosize": "./web/js/vendor/autosize-1.18.7.min.js",
"microplugin": "./web/js/vendor/microplugin.js",
"selectize": "./web/js/vendor/selectize.js",
"es5-shim": "./web/js/vendor/es5-shim.min.js"
}
}