-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
92 lines (92 loc) · 2.29 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
{
"name": "paydash",
"description": "Workers Payment Dashboard",
"homepage": "https://github.com/hks-epod/paydash#readme",
"version": "2.0.0",
"main": "index.js",
"scripts": {
"test": "node node_modules/lab/bin/lab",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hks-epod/paydash.git"
},
"keywords": [
"Paydash",
"Payment",
"MGNREGA"
],
"author": "Ravi Suhag",
"license": "MIT",
"bugs": {
"url": "https://github.com/hks-epod/paydash/issues"
},
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"boom": "^3.2.2",
"code": "^3.0.1",
"confidence": "^3.0.1",
"crumb": "^6.0.2",
"d3": "^4.7.4",
"del": "^2.2.1",
"glob": "^7.0.5",
"glue": "^3.3.0",
"good": "^7.0.1",
"good-file": "^6.0.1",
"handlebars": "^4.7.7",
"hapi": "^14.1.0",
"hapi-auth-cookie": "^6.1.1",
"hapi-context-credentials": "^2.0.0",
"hoek": "^4.0.1",
"inert": "^4.0.1",
"joi": "^9.0.1",
"jquery": "^3.1.0",
"juice": "^3.0.0",
"lab": "^10.9.0",
"lodash": "^4.13.1",
"media-type": "^0.3.0",
"metrics-graphics": "git://github.com/hks-epod/metrics-graphics.git",
"moment": "^2.14.1",
"mysql": "^2.11.1",
"nodemailer": "^2.6.4",
"nodemailer-plugin-inline-base64": "^1.0.1",
"nodemailer-sendgrid-transport": "^0.2.0",
"react-select": "^1.0.0-beta14",
"request": "^2.73.0",
"require-dir": "^0.3.0",
"sequelize": "^3.23.4",
"vision": "^4.1.0",
"visionary": "^6.0.0",
"webpack": "^1.13.1",
"yar": "^7.0.2",
"underscore": "^1.12.1",
"ua-parser-js": "^0.7.24"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"code": "^3.0.1",
"del": "^2.2.1",
"eslint-plugin-react": "^6.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-eslint": "^3.0.1",
"gulp-less": "^3.1.0",
"gulp-nodemon": "^2.1.0",
"gulp-rev-all": "^0.8.24",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"lab": "^10.9.0",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"require-dir": "^0.3.0",
"webpack": "^1.13.1"
}
}