-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.15 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.15 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
{
"author": "University Health Network",
"name": "dados-server",
"private": true,
"version": "0.0.0",
"description": "a Sails application",
"homepage": "https://dados.technainstitute.com/stash/projects/DAD/repos/dados-server/browse",
"licenses": {
"type": "MIT",
"url": "https://dados.technainstitute.com/stash/projects/DAD/repos/dados-server/browse/LICENSE"
},
"keywords": [],
"dependencies": {
"bluebird": "^3.3.1",
"bower": "^1.7.2",
"express-jwt": "^3.3.0",
"fhir.js": "0.0.15",
"include-all": "~0.1.6",
"jsonwebtoken": "^5.5.4",
"knex": "^0.10.0",
"lodash": "^3.10.0",
"moment": "^2.11.1",
"newrelic": "^1.28.2",
"nodemailer": "^2.3.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pg": "^4.4.3",
"pg-promise": "^3.0.6",
"rc": "1.0.1",
"redis": "^2.6.2",
"sails": "0.12.1",
"sails-auth": "^2.1.3",
"sails-disk": "~0.10.8",
"sails-hook-email": "^0.12.1",
"sails-mongo": "^0.12.0",
"sails-permissions": "^2.2.0",
"sails-postgresql": "~0.11.2",
"sails-redis": "^0.10.7",
"socket.io-redis": "^1.0.0",
"validator": "^4.5.1",
"waterline-criteria": "^0.11.2"
},
"scripts": {
"start": "node app.js",
"watch": "forever -w app.js",
"debug": "node debug app.js",
"populate": "cd config/scripts/dados-pygen; python generate-data.py",
"test": "node ./node_modules/mocha/bin/mocha test/bootstrap.test.js test/unit/**/*.js",
"coverage": "node ./node_modules/.bin/istanbul cover -x \"**/config/**\" ./node_modules/.bin/_mocha -- --timeout 5000"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "ssh://git@dados.technainstitute.com:7999/dad/dados-server.git"
},
"devDependencies": {
"faker": "^3.0.1",
"grunt": "0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-doxx": "^0.1.2",
"grunt-jsdoc": "^0.6.7",
"grunt-mocha-cov": "~0.4.0",
"grunt-mocha-test": "~0.12.7",
"ink-docstrap": "^0.5.2",
"istanbul": "^0.4.2",
"jsdoc": "^3.3.2",
"mocha": "~2.2.1",
"mocha-bamboo-reporter": "^1.1.0",
"should": "~5.2.0",
"supertest": "~0.15.0"
}
}