-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
93 lines (93 loc) · 2.81 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
93
{
"name": "resource",
"version": "0.0.4",
"private": true,
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.14.2",
"bson": "0.2.15",
"connect-mongo": "0.8.1",
"cookie-parser": "^1.4.1",
"dockerode": "^2.2.10",
"docxtemplater": "^1.0.5",
"dotenv": "2.0.0",
"elasticsearch": "8.2.0",
"errorhandler": "^1.4.3",
"express": "4.13.3",
"fileupload": "0.3.0",
"forever": "0.13.0",
"gridjs": "0.1.0",
"jade": "^1.11.0",
"jsonwebtoken": "^5.5.4",
"lodash": "4.13.1",
"method-override": "^2.3.5",
"moment": "2.5.1",
"mongo-migrate": "0.0.8",
"mongodb": "1.3.19",
"mongojs": "0.9.6",
"morgan": "^1.5.0",
"multer": "0.1.8",
"performance-now": "^0.2.0",
"rewire": "2.1.0",
"temp": "0.6.0",
"underscore": "1.5.2",
"winston": "^1.1.0"
},
"devDependencies": {
"babyparse": "^0.4.3",
"bower": "1.3.3",
"connect-livereload": "^0.5.0",
"grunt": "0.4.5",
"grunt-asset-injector": "0.1.0",
"grunt-autoprefixer": "3.0.4",
"grunt-cli": "1.2.0",
"grunt-concurrent": "2.3.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-compress": "1.3.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "1.0.1",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-less": "1.3.0",
"grunt-contrib-uglify": "2.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-env": "0.4.4",
"grunt-express-server": "0.5.3",
"grunt-filerev": "2.3.1",
"grunt-jade-usemin": "1.2.0",
"grunt-jasmine-nodejs": "1.5.3",
"grunt-karma": "2.0.0",
"grunt-mongo-drop": "git+https://github.com/bwobbones/grunt-mongo-drop.git",
"grunt-mongoimport": "0.1.7",
"grunt-newer": "1.2.0",
"grunt-ng-annotate": "2.0.2",
"grunt-open": "0.2.3",
"grunt-package-modules": "0.1.3",
"grunt-protractor-runner": "git+https://github.com/bwobbones/grunt-protractor-runner.git",
"grunt-selenium-webdriver": "https://github.com/levexis/grunt-selenium-webdriver.git",
"grunt-serve": "0.1.6",
"grunt-shell": "1.3.0",
"grunt-wiredep": "3.0.1",
"jasmine-collection-matchers": "0.0.8",
"jasmine-expect": "2.0.2",
"jasmine-node": "1.11.0",
"jasmine-reporters": "^2.0.7",
"jasmine-spec-reporter": "^2.4.0",
"jit-grunt": "^0.9.1",
"jshint-stylish": "^1.0.0",
"karma": "1.1.2",
"karma-chrome-launcher": "1.0.1",
"karma-coffee-preprocessor": "1.0.1",
"karma-coverage": "1.1.1",
"karma-firefox-launcher": "1.0.0",
"karma-html2js-preprocessor": "1.0.0",
"karma-jasmine": "1.0.2",
"karma-junit-reporter": "1.1.0",
"karma-phantomjs-launcher": "1.0.1",
"karma-requirejs": "1.0.0",
"karma-script-launcher": "1.0.0",
"mongoose": "4.5.8",
"phantomjs-prebuilt": "2.1.10",
"time-grunt": "1.4.0"
}
}