-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
66 lines (66 loc) · 1.82 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
{
"name": "openmrsid",
"version": "2.1.1",
"description": "A self-service management system for the OpenMRS ID single sign on identity.",
"main": "./app/app.js",
"dependencies": {
"async": "^2.1.5",
"body-parser": "^1.16.1",
"bunyan": "^1.3.5",
"connect": "^3.6.0",
"connect-flash": "~0.1.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.3.5",
"errorhandler": "^1.4.1",
"express": "^4.14.1",
"express-session": "^1.15.1",
"formage": "git+http://github.com/robbyoconnor/formage#fix-issue-122",
"ldapjs": "^1.0.0",
"less-middleware": "~2.2.0",
"lodash": "^4.17.4",
"log4js": "^1.1.0",
"mongoose": "^4.8.4",
"nodemailer": "^3.1.3",
"pug": "^2.0.0-beta6",
"q": "^1.0.1",
"request": "^2.51.0",
"uuid": "^3.0.1",
"@bower_components/bootstrap": "twbs/bootstrap#~3.3.4",
"@bower_components/cryptojslib": "sytelus/CryptoJS#~3.1.2",
"@bower_components/font-awesome": "FortAwesome/Font-Awesome#~4.3.0",
"@bower_components/jquery": "jquery/jquery-dist#~2.1.4",
"@bower_components/js-cookie": "js-cookie/js-cookie#~2.0.3"
},
"engine": {
"node": "~6.10.x"
},
"devDependencies": {
"bower": "^1.8.0",
"chai": "~3.5.0",
"express-debug": "^1.1.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-uglify": "^2.0.0",
"mocha": "~3.2.0",
"should": "^11.2.0",
"supertest": "^3.0.0"
},
"scripts": {
"postinstall": "gulp",
"test": "node tests/runner",
"start": "node app/app"
},
"repository": {
"type": "git",
"url": "git://github.com/openmrs/openmrs-contrib-id.git"
},
"author": "elliottwilliams,plypy,robbyoconnor",
"license": "MPL-2.0",
"bugs": {
"url": "https://issues.openmrs.org/browse/ID"
},
"readmeFilename": "README.md",
"engines": {
"yarn": ">= 1.0.0"
}
}