-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.99 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
{
"name": "OpenDashboard",
"description": "This is a OpenDashboard application",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "gulp",
"start": "mvn clean package spring-boot:run -Drun.profiles=demo"
},
"repository": {
"type": "git",
"url": "https://bitbucket.org/unicon/pearson-newman-dcs-client"
},
"content": {
"type": "git",
"url": "git@bitbucket.org:unicon/pearson-newman-dcs-content.git"
},
"proxy": "http://dev-dcs.pearsoncmg.com/newman/api/",
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-cache": "^4.6.0",
"angular-chart.js": "^1.0.3",
"angular-cookies": "^1.5.8",
"angular-hotkeys": "^1.7.0",
"angular-messages": "^1.5.8",
"angular-moment": "^1.0.0-beta.6",
"angular-resource": "^1.5.8",
"angular-sanitize": "^1.5.8",
"angular-translate": "^2.12.1",
"angular-translate-loader-partial": "^2.12.1",
"angular-translate-storage-cookie": "^2.12.1",
"angular-translate-storage-local": "^2.12.1",
"angular-ui-bootstrap": "^2.1.3",
"angular-ui-notification": "^0.3.6",
"angular-ui-router": "^0.3.2",
"angular-ui-sortable": "^0.14.3",
"angular-visjs": "^4.16.0",
"bootstrap": "^3.3.7",
"caliper": "https://github.com/IMSGlobal/caliper-js-public#public",
"chart.js": "^2.3.0",
"d3": "^4.2.6",
"d3-scale": "^1.0.3",
"d3-time": "^1.0.4",
"d3-time-format": "^2.0.2",
"font-awesome": "^4.6.3",
"jquery": "^2.2.4",
"jquery-ui": "https://github.com/jquery/jquery-ui.git#1-11-stable",
"jsonlint": "^1.6.2",
"lodash": "^4.16.1",
"moment": "^2.15.1",
"node-uuid": "^1.4.7",
"string": "^3.3.1",
"tv4": "^1.2.7",
"vis": "^4.16.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.3.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"gulp-sass": "^2.3.2",
"pump": "^1.0.1"
},
"engines": {
"node": "^4.2.7",
"npm": "^2.15.9"
}
}