forked from HospitalRun/hospitalrun-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.14 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "hospitalrun",
"version": "0.9.18",
"description": "Ember front end for HospitalRun",
"homepage": "http://hospitalrun.io",
"directories": {
"doc": "doc",
"test": "tests"
},
"files": [
"index.js",
"prod"
],
"scripts": {
"build": "./script/build",
"start": "./script/server",
"test": "./script/test",
"translation-sync": "babel-node script/translation/sync.js --presets es2015,stage-2; eslint --fix app/locales"
},
"repository": {
"type": "git",
"url": "git@github.com:HospitalRun/hospitalrun-frontend"
},
"engines": {
"node": ">= 4"
},
"author": "John Kleinschmidt",
"contributors": [
"Joel Worrall",
"Joel Glovier"
],
"license": "GPL-3.0",
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"body-parser": "^1.14.2",
"broccoli-asset-rev": "^2.4.5",
"broccoli-export-text": "0.0.2",
"broccoli-funnel": "^1.0.7",
"broccoli-manifest": "0.0.7",
"broccoli-merge-trees": "^1.1.1",
"broccoli-serviceworker": "0.1.4",
"csv-parse": "^1.2.0",
"ember-ajax": "2.5.4",
"ember-browserify": "^1.1.12",
"ember-cli": "2.10.0",
"ember-cli-active-link-wrapper": "0.3.2",
"ember-cli-app-version": "^2.0.0",
"ember-cli-babel": "^5.1.7",
"ember-cli-content-security-policy": "0.6.0",
"ember-cli-dependency-checker": "^1.3.0",
"ember-cli-deprecation-workflow": "0.2.3",
"ember-cli-eslint": "3.0.2",
"ember-cli-fake-server": "0.3.2",
"ember-cli-htmlbars": "^1.0.10",
"ember-cli-htmlbars-inline-precompile": "^0.3.3",
"ember-cli-inject-live-reload": "^1.4.1",
"ember-cli-moment-shim": "3.0.1",
"ember-cli-qunit": "^3.0.1",
"ember-cli-release": "^0.2.9",
"ember-cli-sass": "^6.1.1",
"ember-cli-sri": "^2.1.0",
"ember-cli-stylelint": "0.9.1",
"ember-cli-template-lint": "0.4.12",
"ember-cli-test-loader": "^1.1.0",
"ember-cli-uglify": "^1.2.0",
"ember-concurrency": "0.7.19",
"ember-data": "^2.10.0",
"ember-export-application-global": "^1.0.5",
"ember-fullcalendar": "1.3.0",
"ember-i18n": "4.4.0",
"ember-keyboard": "2.1.9",
"ember-load-initializers": "^0.6.0",
"ember-pouch": "4.2.1",
"ember-radio-buttons": "^4.0.1",
"ember-rapid-forms": "1.0.0-beta10",
"ember-resolver": "^2.0.3",
"ember-select-list": "0.9.5",
"ember-simple-auth": "^1.1.0",
"ember-sinon-qunit": "^1.4.0",
"ember-truth-helpers": "1.3.0",
"ember-validations": "2.0.0-alpha.5",
"eslint-plugin-ember-suave": "^1.0.0",
"express": "^4.8.5",
"glob": "^7.1.0",
"hospitalrun-dblisteners": "0.9.6",
"hospitalrun-server-routes": "0.9.11",
"loader.js": "^4.0.11",
"nano": "6.2.0",
"pouchdb": "5.4.5",
"pouchdb-adapter-memory": "^6.0.7",
"pouchdb-core": "^6.0.7",
"pouchdb-list": "^1.1.0",
"request": "2.79.0",
"stylelint": "~7.7.1",
"stylelint-config-concentric": "1.0.7",
"stylelint-declaration-use-variable": "1.6.0",
"stylelint-scss": "1.4.1",
"tosource-polyfill": "^0.3.1",
"uuid": "^3.0.0"
},
"ember-addon": {
"paths": [
"lib/pouch-fixtures"
]
}
}