-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.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
{
"name": "Mastering-Data-Mining-and-Analytics",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www.js",
"postinstall": "grunt config_prod",
"test": "grunt test_all"
},
"dependencies": {
"body-parser": "^1.15.0",
"chai": "^3.5.0",
"connect-mongo": "^1.1.0",
"cookie-parser": "^1.4.1",
"debug": "^2.2.0",
"ejs": "^2.4.1",
"elasticsearch": "^11.0.0",
"express": "^4.13.4",
"express-session": "^1.13.0",
"grunt": "^1.0.1",
"grunt-bower-task": "^0.4.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-karma": "^0.12.2",
"grunt-simple-mocha": "^0.4.1",
"jasmine-core": "^2.4.1",
"jsonfile": "^2.2.3",
"karma": "^0.13.22",
"karma-jasmine": "^0.3.8",
"karma-phantomjs-launcher": "^1.0.0",
"karma-ubuntu-reporter": "^0.0.3",
"load-grunt-tasks": "^3.5.0",
"method-override": "^2.3.5",
"mocha": "^2.4.5",
"mongoose": "^4.4.12",
"morgan": "^1.7.0",
"passport": "^0.3.2",
"passport-twitter": "^1.0.4",
"phantomjs": "^2.1.7",
"serve-favicon": "^2.3.0",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"socket.io": "^1.4.5",
"twitter": "^1.2.5"
}
}