forked from DanKottke/midas
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
160 lines (160 loc) · 6.7 KB
/
package.json
File metadata and controls
160 lines (160 loc) · 6.7 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"name": "openopps-platform",
"private": true,
"version": "2.4.12",
"description": "platform that creates an empowered network through sharing skills and collaborating on projects",
"keywords": [],
"dependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"app-module-path": "^2.2.0",
"async": "^2.0.0-rc.2",
"autolinker": "^1.1.0",
"aws-sdk": "^2.188.0",
"backbone": "^1.3.2",
"bcryptjs": "^2.4.3",
"blue-ox": "^0.3.0",
"blueimp-file-upload": "^9.20.0",
"bootstrap": "^3.3.6",
"bourbon": "4.2.7",
"bourbon-neat": "1.9.0",
"cross-var": "^1.1.0",
"csv-parse": "^2.0.0",
"csvtojson": "^1.1.9",
"d3": "^4.13.0",
"db-migrate": "^0.10.2",
"db-migrate-pg": "^0.3.0",
"ejs": "^2.5.7",
"font-face-mixin": "^1.1.0",
"fs-extra": "^5.0.0",
"git-clone": "^0.1.0",
"gm": "^1.23.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^4.1.0",
"gulp-babel": "^8.0.0",
"gulp-bro": "^1.0.3",
"gulp-bump": "^3.1.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^4.0.2",
"gulp-git": "^2.5.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify-es": "^1.0.0",
"i18next": "^10.3.0",
"i18next-xhr-backend": "^1.5.1",
"jquery": "^3.3.1",
"jquery-i18next": "^1.2.1",
"js-yaml": "^3.12.0",
"json2csv": "^3.11.5",
"koa": "^2.4.1",
"koa-better-body": "^3.0.4",
"koa-better-flash": "^0.0.3",
"koa-bodyparser": "^4.2.1",
"koa-cache-control": "^2.0.0",
"koa-csrf": "^3.0.6",
"koa-ejs": "^4.1.0",
"koa-generic-session": "^2.0.1",
"koa-passport": "^4.0.1",
"koa-redis": "^3.1.2",
"koa-router": "^7.4.0",
"koa-static": "^4.0.2",
"lodash": "^4.17.4",
"marked": "^0.3.12",
"md5-file": "^3.2.3",
"moment": "^2.20.1",
"natives": "^1.1.6",
"node-schedule": "^1.3.0",
"node-uuid": "^1.4.8",
"nodemailer": "^4.4.2",
"nodemailer-smtp-pool": "^2.8.3",
"nodemailer-smtp-transport": "^2.7.4",
"passport": "^0.4.0",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"pg": "^6.4.2",
"pg-promise": "^6.5.4",
"postgres-gen": "^0.10.0",
"postgres-gen-dao": "^0.18.2",
"request": "^2.83.0",
"select2": "3.5.2-browserify",
"stringify": "^5.2.0",
"underscore": "^1.8.3",
"uswds": "^1.4.5",
"uuid": "^3.2.1",
"validator": "^9.4.0"
},
"devDependencies": {
"browserslist": "^4.7.3",
"chai": "^4.1.2",
"chai-datetime": "^1.5.0",
"istanbul": "^0.4.5",
"mocha": "^5.0.0",
"mocha-junit-reporter": "^1.17.0",
"nodemon": "^1.14.12",
"npm-run-all": "^4.1.2",
"nyc": "^11.5.0",
"pgtools": "^0.3.0",
"replay": "^2.0.6",
"when": "^3.7.8"
},
"config": {
"dir": ".",
"environment": "dev"
},
"scripts": {
"preinstall": "",
"postinstall": "npm run uswds",
"init": "node ./tools/init.js",
"demo": "node ./tools/demo.js",
"build": "gulp build",
"migrate": "echo 'Migrate commands exist for the following actions [:up, :down, :check]'",
"migrate:up": "node ./node_modules/db-migrate/bin/db-migrate up",
"migrate:down": "node ./node_modules/db-migrate/bin/db-migrate down",
"migrate:check": "node ./node_modules/db-migrate/bin/db-migrate up --dry-run",
"publish": "gulp bump:patch && npm install && npm run build && gulp publish",
"start": "npm run migrate:up && node app.js",
"test": "npm run test:unit",
"test:unit": "node ./node_modules/mocha/bin/mocha test/bootstrap.test.js test/unit/setup.js test/unit/*.test.js test/unit/**/*.test.js --opts test/test/mocha.opts",
"test:integration": "node ./node_modules/mocha/bin/mocha test/bootstrap.test.js test/integration/services/setup.js test/integration/services/*.test.js",
"jshint": "find assets/js/backbone -name \\*js -exec ./node_modules/jshint/bin/jshint {} \\;",
"cover": "nyc --reporter=text ./node_modules/mocha/bin/mocha test/bootstrap.test.js test/unit/setup.js test/unit/*.test.js test/unit/**/*.test.js --opts test/test/mocha.opts test/integration/services/setup.js test/integration/services/*.test.js",
"cover:unit": "nyc --reporter=text npm run test:unit",
"cover:integration": "nyc --reporter=text -x \"api/model/**\" -x \"utils/**\" -x \"test/**\" npm run test:integration",
"debug": "node debug app.js",
"docker": "echo 'Docker commands exist for the following actions [:up, :restart, :down, :build, :prune-volumes], e.g. npm run docker:up'",
"docker:base": "cross-var docker-compose -f docker-compose.yml -f docker-compose.$npm_package_config_environment.yml -p $npm_package_name-$npm_package_config_environment",
"docker:up": "npm run docker:base -- up -d",
"docker:restart": "npm run docker:base -- restart",
"docker:down": "npm run docker:base -- down",
"docker:stop": "npm run docker:base -- stop",
"docker:build": "npm run docker:base -- build",
"docker:ps": "npm run docker:base -- ps",
"docker:exec": "npm run docker:base -- exec",
"docker:logs": "npm run docker:base -- logs -f --tail 1000",
"docker:prune-volumes": "docker volume prune",
"docker:db:backup": "/usr/local/bin/docker-compose -f /home/openopps/openopps-platform/docker-compose.yml -f /home/openopps/openopps-platform/docker-compose.azure.yml -p openopps-platform-azure exec db pg_dump -U midas -Fc midas > /home/openopps/db-backups/$(date +%Y%m%d-%H%M%S).dump",
"watch": "node ./node_modules/npm-run-all/bin/npm-run-all --parallel watch:*",
"watch:server": "node ./node_modules/nodemon/bin/nodemon --ignore .git/ --ignore assets/ --ignore dist/ --ignore node_modules/ app.js",
"watch:client": "gulp -v && gulp",
"uswds": "npm run uswds:css && npm run uswds:images && npm run uswds:fonts",
"uswds:css": "node ./fs-copy node_modules/uswds/dist/css/uswds.css assets/styles/uswds.css",
"uswds:images": "node ./fs-copy node_modules/uswds/dist/img assets/images/uswds",
"uswds:fonts": "node ./fs-copy node_modules/uswds/dist/fonts assets/fonts",
"design-system": "npm run design-system:css && npm run design-system:images && npm run design-system:fonts",
"design-system:css": "node ./fs-copy node_modules/usajobs-design-system/css/usajobs-design-system.min.css assets/styles/usajobs-design-system.min.css",
"design-system:images": "node ./fs-copy node_modules/usajobs-design-system/img assets/img",
"design-system:fonts": "node ./fs-copy node_modules/usajobs-design-system/fonts assets/fonts"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/openopps/openopps-platform.git"
},
"bugs": "https://github.com/openopps/openopps-platform/issues",
"license": "CC0-1.0",
"engines": {
"node": "8.9.x"
}
}