-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.5 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
{
"name": "emotion-in-motion",
"description": "Emotion in Motion Experiment Platform",
"version": "0.3.0",
"author": "Brennon Bortz",
"license": "MIT",
"repository": {
"type": "git",
"url": "github.com:brennon/eim.git"
},
"engines": {
"node": "0.10.x",
"npm": "1.4.x"
},
"scripts": {
"start": "grunt",
"test": "grunt test",
"postinstall": "bower install --config.interactive=false"
},
"dependencies": {
"bluebird": "~2.10.0",
"body-parser": "~1.14.1",
"bower": "^1.5.3",
"compression": "~1.5.2",
"connect-flash": "~0.1.1",
"connect-mongo": "~0.8.2",
"consolidate": "~0.13.1",
"cookie-parser": "^1.4.0",
"express": "~4.13.3",
"express-session": "~1.11.3",
"glob": "^5.0.15",
"grunt": "^0.4.5",
"grunt-cli": "~0.1.13",
"helmet": "^0.12.0",
"load-grunt-tasks": "^3.5.2",
"lodash": "^3.10.1",
"method-override": "~2.3.5",
"mongoose": "~4.1.7",
"morgan": "^1.6.1",
"nodemon": "^1.14.10",
"osc-min": "^0.2.0",
"passport": "^0.3.0",
"passport-facebook": "^2.0.0",
"passport-google-oauth": "~0.2.0",
"passport-linkedin": "^1.0.0",
"passport-local": "~1.0.0",
"passport-twitter": "~1.0.2",
"socket.io": "^1.0.6",
"swig": "~1.4.2",
"winston": "^1.0.2",
"winston-loggly": "^1.0.1"
},
"devDependencies": {
"chai": "^3.3.0",
"growl": "^1.8.1",
"grunt-angular-gettext": "^2.1.3",
"grunt-concurrent": "^2.0.3",
"grunt-contrib-csslint": "^0.5.0",
"grunt-contrib-cssmin": "~0.14.0",
"grunt-contrib-jshint": "~0.11.3",
"grunt-contrib-uglify": "~0.9.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-coveralls": "^1.0.0",
"grunt-env": "~0.4.1",
"grunt-karma": "~0.12.1",
"grunt-lcov-merge": "^1.0.0",
"grunt-mocha-test": "~0.12.7",
"grunt-ng-annotate": "^1.0.1",
"grunt-node-inspector": "~0.3.0",
"grunt-nodemon": "~0.4.0",
"jasmine-core": "^2.3.4",
"jscover": "^1.0.0",
"jsdoc": "^3.3.3",
"karma": "~0.13.10",
"karma-chrome-launcher": "~0.2.0",
"karma-coverage": "~0.5.2",
"karma-firefox-launcher": "~0.1.3",
"karma-jasmine": "~0.3.6",
"karma-phantomjs-launcher": "~0.2.1",
"karma-sinon": "^1.0.3",
"load-grunt-tasks": "~3.3.0",
"mocha": "^2.3.3",
"mocha-lcov-reporter": "^1.0.0",
"node-mocks-http": "^1.2.1",
"nodemon": "^1.14.10",
"phantomjs": "^1.9.12",
"rewire": "^2.3.4",
"sinon": "^1.17.1",
"socket.io-client": "^1.3.7",
"supertest": "~1.1.0"
}
}