-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
126 lines (126 loc) · 4.32 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
122
123
124
125
126
{
"name": "Fabrica",
"description": "",
"version": "0.0.0",
"private": true,
"homepage": "http://getfrabrica.com",
"readmeFilename": "README.md",
"author": "Felipe Aragão Pires <pires.a.felipe@gmail.com> (http://f03lipe.github.com)",
"license": "BSD",
"main": "master.js",
"gitHead": "a9ef3dfea8d0873be9a7d7f78b211a0abc978de6",
"repository": {
"type": "git",
"url": "https://github.com/f03lipe/fabrica"
},
"engines": {
"iojs": "^2.0.x"
},
"devDependencies": {
"browserify": "^9.0.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-react": "^0.10.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",
"reactify": "^1.1.0"
},
"dependencies": {
"agenda": "^0.6.25",
"async": "0.2.10",
"aws-sdk": "^2.1.26",
"babel": "^5.2.16",
"basic-auth": "^1.0.0",
"bcrypt": "^0.8.2",
"bluebird": "^2.9.6",
"body-parser": "^1.4.3",
"bunyan": "1.3.3",
"cheerio": "^0.18.0",
"clone": "^1.0.0",
"coffee-script": "^1.9.2",
"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",
"crypto": "0.0.3",
"csurf": "^1.7.0",
"es6-module-loader": "^0.16.6",
"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.2",
"method-override": "^2.0.2",
"mongoose": "^4.0.1",
"nconf": "^0.7.1",
"newrelic": "^1.10.2",
"nodetime": "^0.8.15",
"passport": "^0.2.1",
"passport-facebook": "^2.0.0",
"passport-local": "^1.0.0",
"redis": "^0.12.1",
"request": "^2.45.0",
"sanitize-html": "^1.1.5",
"sanitizer": "^0.1.2",
"sendgrid": "^1.8.0",
"serve-favicon": "^2.0.1",
"st": "^0.5.1",
"swig": "^1.2.2",
"swig-extras": "0.0.1",
"traceur": "0.0.89",
"universal-analytics": "^0.3.4",
"uuid": "^2.0.1",
"validator": "^3.17.0",
"winston": "^0.9.0"
},
"browserify-shim": "./app/static/js/shim.js",
"browser": {
"bootstrap": "./app/static/js/vendor/bootstrap-3.0.0.min.js",
"bootstrap.tooltip": "./app/static/js/vendor/bootstrap/tooltip.js",
"bootstrap.tab": "./app/static/js/vendor/bootstrap/tab.js",
"bootstrap.button": "./app/static/js/vendor/bootstrap/button.js",
"bootstrap.dropdown": "./app/static/js/vendor/bootstrap/dropdown.js",
"bootstrap.popover": "./app/static/js/vendor/bootstrap/popover.js",
"jquery": "./app/static/js/vendor/jquery-2.0.3.min.js",
"jquery-cookie": "./app/static/js/vendor/jquery.cookie.js",
"jquery-linkify": "./app/static/js/vendor/jquery.linkify.js",
"lodash": "./app/static/js/vendor/lodash.min.js",
"jquery-textcomplete": "./app/static/js/vendor/jquery-textcomplete.0.3.3.min.js",
"jquery-overlay": "./app/static/js/vendor/jquery-overlay.0.0.4.min.js",
"modernizr": "./app/static/js/vendor/modernizr-3.0.0-beta.min.js",
"backbone": "./app/static/js/vendor/backbone-1.1.2.min.js",
"react": "./app/static/js/vendor/react-dev-0.12.1.js",
"favico": "./app/static/js/vendor/favico-0.3.5.min.js",
"react.backbone": "./app/static/js/vendor/react.backbone.js",
"bootstrap-tour": "./app/static/js/vendor/bootstrap-tour.min.js",
"marked": "./app/static/js/vendor/marked.min.js",
"pagedown-editor": "./app/static/js/vendor/pagedown-editor.js",
"sifter": "./app/static/js/vendor/sifter.js",
"nprogress": "./app/static/js/vendor/nprogress.js",
"autosize": "./app/static/js/vendor/autosize-1.18.7.min.js",
"microplugin": "./app/static/js/vendor/microplugin.js",
"selectize": "./app/static/js/vendor/selectize.js",
"es5-shim": "./app/static/js/vendor/es5-shim.min.js",
"es6-shim": "./app/static/js/vendor/es6-shim.min.js"
}
}