-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.71 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
{
"name": "meanloader",
"description": "MEAN.JS Application to Test Load APIs",
"version": "0.0.1",
"author": "Maxime Simon <simon.maxime@gmail.com>",
"engines": {
"node": "0.10.x",
"npm": "1.4.x"
},
"scripts": {
"start": "grunt",
"test": "grunt test",
"postinstall": "bower install --config.interactive=false"
},
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.12.3",
"bower": "^1.4.1",
"chalk": "^0.5",
"compression": "^1.4.3",
"connect-flash": "^0.1.1",
"connect-mongo": "^0.4.1",
"consolidate": "^0.10.0",
"events": "^1.0.2",
"express": "^4.12.3",
"express-session": "^1.11.1",
"forever": "^0.11.0",
"glob": "^4.5.3",
"grunt-cli": "^0.1.13",
"helmet": "^0.5.0",
"lodash": "^2.4.2",
"method-override": "^2.3.2",
"mongoose": "^3.9.7",
"morgan": "^1.5.2",
"process": "^0.9.0",
"request": "^2.55.0",
"socket.io": "^1.3.5",
"swig": "^1.4.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-csslint": "^0.3.1",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "^0.4.1",
"grunt-karma": "^0.9.0",
"grunt-mocha-test": "^0.12.1",
"grunt-ng-annotate": "^0.4.0",
"grunt-node-inspector": "^0.1.3",
"grunt-nodemon": "^0.3.0",
"karma": "^0.12.0",
"karma-chrome-launcher": "^0.1.2",
"karma-coverage": "^0.2.0",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.2.1",
"karma-phantomjs-launcher": "^0.1.2",
"load-grunt-tasks": "^1.0.0",
"should": "^4.1.0",
"supertest": "^0.14.0"
}
}