donal
2018-03-26 6ef0cc963d40c64fb56ba0545c05788535a45895
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
{
  "name": "todolist",
  "version": "1.0.0",
  "main": "server/app.js",
  "dependencies": {
    "body-parser": "1.5.2",
    "composable-middleware": "0.3.0",
    "compression": "1.0.11",
    "connect-mongo": "0.8.2",
    "cookie-parser": "1.0.1",
    "ejs": "0.8.8",
    "errorhandler": "1.0.2",
    "express": "4.9.8",
    "express-jwt": "3.4.0",
    "express-session": "1.0.4",
    "jsonwebtoken": "5.7.0",
    "lodash": "2.4.2",
    "method-override": "1.0.2",
    "mongoose": "4.0.8",
    "morgan": "1.0.1",
    "serve-favicon": "2.0.1"
  },
  "devDependencies": {
    "blanket": "1.1.9",
    "connect-livereload": "0.4.1",
    "fs-extra": "0.30.0",
    "grunt": "0.4.5",
    "grunt-build-control": "0.4.0",
    "grunt-concurrent": "0.5.0",
    "grunt-contrib-clean": "0.5.0",
    "grunt-contrib-concat": "0.4.0",
    "grunt-contrib-copy": "0.5.0",
    "grunt-contrib-jshint": "0.10.0",
    "grunt-env": "0.4.4",
    "grunt-express-server": "0.4.19",
    "grunt-mocha-test": "0.10.2",
    "grunt-newer": "0.7.0",
    "grunt-ng-annotate": "0.2.3",
    "grunt-node-inspector": "0.4.2",
    "grunt-nodemon": "0.2.1",
    "grunt-open": "0.2.3",
    "grunt-protractor-runner": "1.2.1",
    "grunt-rev": "0.1.0",
    "grunt-svgmin": "0.4.0",
    "grunt-usemin": "2.1.1",
    "grunt-wiredep": "1.8.0",
    "jasmine-reporters": "2.2.0",
    "jit-grunt": "0.5.0",
    "jshint-jenkins-checkstyle-reporter": "0.1.2",
    "jshint-junit-reporter": "0.2.2",
    "jshint-stylish": "0.1.5",
    "mocha": "3.0.2",
    "mocha-cobertura-reporter": "1.0.4",
    "mocha-junit-reporter": "1.12.0",
    "mocha-lcov-reporter": "1.2.0",
    "open": "0.0.5",
    "q": "1.4.1",
    "request": "2.74.0",
    "requirejs": "2.1.22",
    "shelljs": "0.7.3",
    "should": "3.3.2",
    "supertest": "0.11.0",
    "time-grunt": "0.3.2",
    "travis-cov": "0.2.5"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "scripts": {
    "start": "node server/app.js",
    "test": "grunt test"
  },
  "private": true
}