-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
150 lines (150 loc) · 4.31 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "mean",
"description": "MEAN.io: A fullstack JavaScript framework powered by MongoDB, ExpressJS, AngularJS, NodeJS.",
"version": "0.4.0",
"private": false,
"author": "Linnovate <[email protected]>",
"contributors": [
{
"name": "Lior Kesos",
"mail": "[email protected]"
},
{
"name": "Yonatan Ellman",
"mail": "[email protected]"
},
{
"name": "Drew Fyock",
"mail": "[email protected]"
},
{
"name": "Ehud Shahak",
"mail": "[email protected]"
},
{
"name": "Amos Haviv",
"mail": "[email protected]"
}
],
"mean": "0.4.0",
"repository": {
"type": "git",
"url": "https://github.com/linnovate/mean.git"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"scripts": {
"start": "node node_modules/grunt-cli/bin/grunt",
"test": "node node_modules/grunt-cli/bin/grunt mocha && node node_modules/grunt-cli/bin/grunt karma",
"postinstall": "node node_modules/meanio/bin/mean-postinstall"
},
"dependencies": {
"assetmanager": "^1.1.1",
"async": "~0.9.0",
"bluebird": "^2.9.5",
"body-parser": "^1.2.0",
"bson": "^0.2.15",
"compression": "^1.0.1",
"connect-flash": "^0.1.1",
"connect-livereload": "~0.3.2",
"connect-mongo": "^0.4.1",
"consolidate": "^0.10.0",
"cookie": "^0.1.2",
"cookie-parser": "^1.1.0",
"dependable": "~0.2.5",
"errorhandler": "^1.0.0",
"express": "^4.2.0",
"express-session": "^1.1.0",
"express-validator": "^2.1.1",
"forever": "^0.11.1",
"fs-extra": "^0.12.0",
"gridfs-stream": "^0.5.1",
"grunt": "~0.4.1",
"grunt-autoprefixer": "~0.2.0",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-compass": "~0.7.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-csslint": "^0.2.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-htmlmin": "~0.2.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "~0.8.3",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "^0.4.1",
"grunt-html2js": "^0.2.9",
"grunt-ng-annotate": "^0.6.0",
"grunt-nodemon": "0.2.1",
"grunt-open": "~0.2.3",
"grunt-svgmin": "~0.2.0",
"grunt-usemin": "~2.0.2",
"load-grunt-tasks": "^0.4.0",
"lodash": "^2.4.1",
"meanio": "~0.5.10",
"method-override": "^1.0.0",
"moment": "^2.8.4",
"mongoose": "^3.8.8",
"morgan": "^1.0.0",
"ms": "0.6.2",
"node-uuid": "^1.4.2",
"nodemailer": "^1.3.0",
"passport": "^0.2.0",
"passport-facebook": "^1.0.3",
"passport-github": "^0.1.5",
"passport-google-oauth": "^0.1.5",
"passport-linkedin": "^0.1.3",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.2",
"q": "^1.0.1",
"request": "^2.51.0",
"sanitizer": "^0.1.2",
"serve-favicon": "^2.0.0",
"socket.io": "^1.2.0",
"socket.io-client": "^1.2.1",
"swig": "^1.3.2",
"t": "^0.5.1",
"time-grunt": "^0.3.1",
"toobusy": "^0.2.4",
"traverse": "^0.6.6",
"view-helpers": "^0.1.4"
},
"devDependencies": {
"grunt-contrib-coffee": "^0.12.0",
"grunt-karma": "^0.8.2",
"grunt-mocha-test": "^0.10.2",
"grunt-protractor-runner": "^1.1.4",
"httpbackend": "^0.5.0",
"karma": "^0.12.10",
"karma-chrome-launcher": "^0.1.3",
"karma-coffee-preprocessor": "^0.2.1",
"karma-coverage": "^0.2.1",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"karma-ng-html2js-preprocessor": "git://github.com/loganetherton/karma-ng-html2js-preprocessor-1#prefix_suffix_dynamic_replace",
"karma-ng-scenario": "^0.1.0",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.1",
"karma-script-launcher": "^0.1.0",
"log4js": "^0.6.21",
"ms": "^0.6.2",
"nodemailer-stub-transport": "^0.1.5",
"protractor": "^1.3.1",
"requirejs": "^2.1.11",
"should": "3.3.1",
"supertest": "^0.15.0",
"winston": "^0.8.1"
},
"comments": {
"1": "removed karma-requirejs from dev-dep",
"3": "removed mongoose-fixtures from dev",
"4": "request is needed for mean-admin"
}
}