forked from Drabble/TWEB-Labo2-Poll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.97 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
{
"name": "pollspeak",
"description": "Poll application",
"version": "0.0.1",
"author": "Guillaume Serneels & Antoine Drabble",
"engines": {
"node": "5.9.1",
"npm": "1.4.x"
},
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "mocha --recursive specs",
"postinstall": "bower install --config.interactive=false"
},
"dependencies": {
"async": "~0.9.0",
"bcryptjs": "^2.3.0",
"body-parser": "^1.15.2",
"bower": "~1.3.8",
"chalk": "~0.5",
"ejs": "2.4.1",
"express": "4.13.3",
"glob": "~4.0.5",
"jwt-simple": "^0.5.1",
"load-grunt-tasks": "^0.5.0",
"mongodb": "^2.2.10",
"mongoose": "^4.7.1",
"morgan": "^1.7.0",
"passport": "^0.3.2",
"passport-jwt": "^2.2.1",
"request": "^2.75.0",
"request-promise": "^4.1.1",
"socket.io": "^1.7.1",
"time-grunt": "^0.3.2"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-things": "^0.2.0",
"chance": "^1.0.4",
"grunt": "^0.4.5",
"grunt-angular-templates": "^1.0.2",
"grunt-cli": "~0.1.13",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-exec": "^0.4.6",
"grunt-injector": "^0.5.4",
"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",
"karma-spec-reporter": "0.0.23",
"load-grunt-tasks": "^0.5.0",
"mocha": "^3.2.0",
"socket.io-client": "^1.7.2",
"supertest": "^2.0.1",
"supertest-as-promised": "^4.0.2",
"time-grunt": "^0.3.2"
},
"repository": {
"type": "git",
"url": "https://github.com/servietsky777/TWEB-Labo2-Poll"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT"
}