forked from AndrewJSeverson/rmd-ref-app-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·54 lines (54 loc) · 2.09 KB
/
Copy pathbower.json
File metadata and controls
executable file
·54 lines (54 loc) · 2.09 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
{
"name": "rmd-ref-app-ui",
"version": "1.0.0",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/bower_components",
"test",
"tests",
"target",
"test-target",
"sass"
],
"dependencies": {
"requirejs": "https://github.com/jrburke/requirejs.git#2.1.18",
"jquery": "2.1.3",
"require-css": "0.1.1",
"requirejs-plugins": "1.0.2",
"angular": "~1.3.16",
"angular-route": "~1.3.16",
"angular-resource": "~1.3.16",
"angular-mocks": "~1.3.16",
"angular-ui-router": "0.2.13",
"lodash": "2.4.1",
"es6-promise": "https://github.com/jakearchibald/es6-promise.git#2.3.0",
"polymer": "~v1.1.0",
"px-datasource": "https://github.com/predixdev/px-datasource.git#v1.1",
"px-context-browser": "https://github.com/predixdev/px-context-browser.git#~v0.4.9",
"px-app-nav": "https://github.com/predixdev/px-app-nav.git#~v0.4.0",
"px-layout-design": "https://github.com/predixdev/px-layout-design.git#~0.3.7",
"px-theme": "https://github.com/predixdev/px-theme.git#~v0.3.15",
"px-card": "https://github.com/predixdev/px-card.git#v0.0.20",
"px": "https://github.com/predixdev/px.git#v1.0.5",
"px-login": "https://github.com/predixdev/px-login.git#~v0.0.1",
"marked-element": "https://github.com/PolymerElements/marked-element.git#~1.1.1",
"ref-list-picker": "https://github.com/predixdev/ref-list-picker.git",
"ref-digital-meter": "https://github.com/predixdev/ref-digital-meter.git",
"rmd-px-data-table": "https://github.com/predixdev/rmd-px-data-table.git",
"rmd-simple-line-chart": "https://github.com/predixdev/rmd-simple-line-chart.git",
"moment": "~2.10.6",
"px-buttons-design": "https://github.com/predixdev/px-buttons-design.git#~0.4.12",
"px-chart": "https://github.com/PredixDev/px-chart.git#v1.0.12",
"px-forms-design": "https://github.com/predixdev/px-forms-design.git#~0.3.9"
},
"resolutions": {
"polymer": "~v1.1.5",
"px-typography-design": "~0.3.1",
"px": "v1.0.5",
"px-defaults-design": "^0.3.0",
"px-functions-design": "~1.0.0"
}
}