-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 2.79 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 2.79 KB
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
94
95
96
97
98
99
100
101
102
103
{
"name": "crom-som-stream",
"version": "0.0.1",
"author": "ahmad kabakibi",
"private": true,
"description": "CroMSoM Research Project",
"main": "server.js",
"scripts": {
"test": "gulp test",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CroM-SoM/visualize-stream.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/CroM-SoM/visualize-stream/issues"
},
"homepage": "https://cromsom.nl:8080",
"dependencies": {
"angular-moment": "^1.0.0",
"angular-smart-table": "^2.1.8",
"body-parser": "~1.3.1",
"consolidate": "^0.14.1",
"cookie-parser": "^1.4.1",
"debug": "~2.2.0",
"ejs": "^2.4.1",
"express": "^4.14.0",
"express-session": "^1.13.0",
"geopostcodes-sequelize-import": "^1.1.3",
"jsonfile": "^2.3.1",
"moment": "^2.15.1",
"moment-timezone": "^0.5.3",
"morgan": "~1.7.0",
"multer": "^1.1.0",
"mustache": "^2.2.1",
"mysql": "^2.11.1",
"node-uuid": "^1.4.7",
"pg": "^4.5.2",
"pg-hstore": "^2.3.2",
"request": "^2.75.0",
"sanitize-filename": "^1.5.3",
"sequelize": "^3.21.0",
"sequelize-cli": "^2.3.1",
"serve-favicon": "~2.3.0",
"socket.io": "*",
"swagger-tools": "^0.10.1",
"sys": "0.0.1",
"tedious": "^1.14.0",
"twitter": "*",
"winston": "^2.2.0",
"winston-daily-rotate-file": "^1.1.4"
},
"devDependencies": {
"estraverse": "~4.1.0",
"gulp": "~3.9.0",
"gulp-autoprefixer": "~3.0.2",
"gulp-angular-templatecache": "~1.8.0",
"del": "~2.0.2",
"lodash": "~3.10.1",
"gulp-cssnano": "~2.1.1",
"gulp-filter": "~3.0.1",
"gulp-flatten": "~0.2.0",
"gulp-eslint": "~1.0.0",
"eslint-plugin-angular": "~0.12.0",
"gulp-load-plugins": "~0.10.0",
"gulp-size": "~2.0.0",
"gulp-uglify": "~1.4.1",
"gulp-useref": "~3.0.3",
"gulp-util": "~3.0.6",
"gulp-ng-annotate": "~1.1.0",
"gulp-replace": "~0.5.4",
"gulp-rename": "~1.2.2",
"gulp-rev": "~6.0.1",
"gulp-rev-replace": "~0.4.2",
"gulp-htmlmin": "~1.3.0",
"gulp-inject": "~3.0.0",
"gulp-protractor": "~2.1.0",
"gulp-sourcemaps": "~1.6.0",
"gulp-sass": "~2.0.4",
"gulp-angular-filesort": "~1.1.1",
"main-bower-files": "~2.9.0",
"wiredep": "~2.2.2",
"karma": "~0.13.10",
"karma-jasmine": "~0.3.6",
"karma-phantomjs-launcher": "~0.2.1",
"phantomjs": "~1.9.18",
"karma-angular-filesort": "~1.0.0",
"karma-phantomjs-shim": "~1.2.0",
"karma-coverage": "~0.5.2",
"karma-ng-html2js-preprocessor": "~0.2.0",
"browser-sync": "~2.9.11",
"browser-sync-spa": "~1.0.3",
"http-proxy-middleware": "~0.9.0",
"chalk": "~1.1.1",
"require-dir": "~0.1.0",
"uglify-save-license": "~0.4.1"
},
"engines": {
"node": ">=0.10.0"
}
}