-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.21 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
{
"name": "mijn-viaa",
"version": "1.0.0",
"description": "Portal site for VIAA partners",
"main": "server.js",
"scripts": {
"test": "mocha server/test",
"prestart": "grunt",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/osoc16/viaa.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/osoc16/viaa/issues"
},
"homepage": "https://github.com/osoc16/viaa#readme",
"dependencies": {
"basscss": "^8.0.1",
"body-parser": "^1.14.0",
"chart.js": "^2.1.6",
"cookie-parser": "^1.4.3",
"ejs": "^2.4.2",
"express": "^4.14.0",
"express-session": "^1.14.0",
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"js-yaml": "^3.6.1",
"moment": "^2.14.1",
"morgan": "^1.7.0",
"passport": "^0.3.2",
"passport-saml": "^0.15.0",
"request": "^2.72.0",
"serve-favicon": "^2.3.0",
"underscore": "^1.8.3",
"vue": "^1.0.26"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3",
"supertest": "^1.2.0"
}
}