-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.18 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
{
"name": "lemr-vis-web",
"private": true,
"version": "0.0.0",
"description": "Web port of emr-vis-nlp",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-replace": "^0.7.8",
"yarn": "^1.2.1"
},
"config": {
"backend": "",
"appFolder": "app"
},
"scripts": {
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'app/bower_components', 'junction') } catch (e) { }\"",
"start": "grunt",
"poststart": "echo \"App ready for deployment!\""
},
"engines": {
"yarn": ">= 1.0.0"
},
"dependencies": {
"angular": "angular/bower-angular#1.6.6",
"angular-bootstrap": "angular-ui/bootstrap-bower#~0.11.0",
"angular-cookies": "angular/bower-angular-cookies#~1.4.0",
"angular-ui-utils": "angular-ui/ui-utils#bower-keypress",
"animate.css": "daneden/animate.css#3.2.0",
"bootstrap": "twbs/bootstrap#~3.1.x",
"d3": "mbostock-bower/d3-bower#3.0.8",
"html5-boilerplate": "h5bp/html5-boilerplate#~4.3.0",
"jquery": "jquery/jquery-dist#~2.1.1",
"pagemap": "^0.4.0",
"rangy-official": "timdown/rangy-release#1.3.0-alpha.20140921"
}
}