This repository has been archived by the owner on May 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.03 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
{
"name": "wenge",
"version": "0.1.1",
"repository": "https://github.com/IMA-WorldHealth/wenge",
"description": "Electronic Authorization for Expense Forms",
"main": "index.js",
"scripts": {
"test": "gulp build && ava",
"development": "./bin/development.sh",
"production": "./bin/production.sh"
},
"keywords": [
"IMA World Health",
"logistics"
],
"author": "jniles",
"license": "MIT",
"dependencies": {
"bcrypt": "^0.8.5",
"bluebird": "^3.3.3",
"body-parser": "^1.15.0",
"compression": "^1.6.1",
"connect-pg-simple": "^6.1.0",
"dotenv": "^8.2.0",
"express": "^4.13.4",
"express-session": "^1.13.0",
"helmet": "^2.1.0",
"lodash": "^4.6.1",
"mailcomposer": "^4.0.2",
"mailgun-js": "^0.22.0",
"morgan": "^1.7.0",
"multer": "^1.0.5",
"node-rsa": "^1.0.8",
"node-uuid": "^1.4.3",
"pg-promise": "^10.5.6",
"winston": "^2.2.0",
"workerpool": "^2.0.0"
},
"devDependencies": {
"ava": "^0.16.0",
"babel-cli": "^6.6.5",
"babel-eslint": "^6.0.0-beta.6",
"babel-plugin-syntax-async-functions": "^6.5.0",
"babel-plugin-transform-regenerator": "^6.6.5",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"codeclimate-test-reporter": "^0.3.1",
"eslint": "^3.2.2",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-ava": "^3.0.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-react": "^6.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.1",
"gulp-flatten": "^0.3.0",
"gulp-if": "^3.0.0",
"gulp-iife": "0.3.0",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^3.0.2",
"merge-stream": "^1.0.0",
"nyc": "^8.0.0",
"promised-exec": "^1.0.1",
"rimraf": "^2.5.2",
"supertest": "^2.0.0",
"supertest-as-promised": "^4.0.0"
},
"ava": {
"require": [
"babel-core/register"
]
}
}