-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 4.07 KB
/
Copy pathpackage.json
File metadata and controls
119 lines (119 loc) · 4.07 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
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
108
109
110
111
112
113
114
115
116
117
118
119
{
"jspm": {
"name": "app",
"main": "app.ts",
"dependencies": {
"@eriklieben/materialize-css": "npm:@eriklieben/materialize-css@0.97.7",
"aurelia-bootstrap": "github:tochoromero/aurelia-bootstrap@master",
"aurelia-bootstrapper": "npm:aurelia-bootstrapper@^1.0.1",
"aurelia-materialize-css": "npm:aurelia-materialize-css@^0.1.0",
"bootstrap": "github:twbs/bootstrap@^3.3.7",
"materialize": "github:Dogfalo/materialize@^0.97.8"
},
"devDependencies": {
"assert": "npm:jspm-nodelibs-assert@^0.2.0",
"buffer": "npm:jspm-nodelibs-buffer@^0.2.0",
"constants": "npm:jspm-nodelibs-constants@^0.2.0",
"crypto": "npm:jspm-nodelibs-crypto@^0.2.0",
"events": "npm:jspm-nodelibs-events@^0.2.0",
"fs": "npm:jspm-nodelibs-fs@^0.2.0",
"net": "npm:jspm-nodelibs-net@^0.2.0",
"os": "npm:jspm-nodelibs-os@^0.2.0",
"path": "npm:jspm-nodelibs-path@^0.2.0",
"plugin-typescript": "github:frankwallis/plugin-typescript@^5.2.9",
"process": "npm:jspm-nodelibs-process@^0.2.0",
"stream": "npm:jspm-nodelibs-stream@^0.2.0",
"string_decoder": "npm:jspm-nodelibs-string_decoder@^0.2.0",
"util": "npm:jspm-nodelibs-util@^0.2.0",
"vm": "npm:jspm-nodelibs-vm@^0.2.0"
},
"peerDependencies": {
"aurelia-binding": "npm:aurelia-binding@^1.0.0",
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@^1.0.0",
"aurelia-event-aggregator": "npm:aurelia-event-aggregator@^1.0.0",
"aurelia-framework": "npm:aurelia-framework@^1.0.0",
"aurelia-history": "npm:aurelia-history@^1.0.0",
"aurelia-history-browser": "npm:aurelia-history-browser@^1.0.0",
"aurelia-loader": "npm:aurelia-loader@^1.0.0",
"aurelia-loader-default": "npm:aurelia-loader-default@^1.0.0",
"aurelia-logging": "npm:aurelia-logging@^1.0.0",
"aurelia-logging-console": "npm:aurelia-logging-console@^1.0.0",
"aurelia-metadata": "npm:aurelia-metadata@^1.0.0",
"aurelia-pal": "npm:aurelia-pal@^1.0.0",
"aurelia-pal-browser": "npm:aurelia-pal-browser@^1.0.0",
"aurelia-path": "npm:aurelia-path@^1.0.0",
"aurelia-polyfills": "npm:aurelia-polyfills@^1.0.0",
"aurelia-route-recognizer": "npm:aurelia-route-recognizer@^1.0.0",
"aurelia-router": "npm:aurelia-router@^1.0.1",
"aurelia-task-queue": "npm:aurelia-task-queue@^1.0.0",
"aurelia-templating": "npm:aurelia-templating@^1.0.0",
"aurelia-templating-binding": "npm:aurelia-templating-binding@^1.0.0",
"aurelia-templating-resources": "npm:aurelia-templating-resources@^1.0.0",
"aurelia-templating-router": "npm:aurelia-templating-router@^1.0.0",
"css": "github:systemjs/plugin-css@^0.1.20",
"jquery": "npm:jquery@2.2.4"
},
"overrides": {
"github:Dogfalo/materialize@0.97.8": {
"main": "js/materialize",
"format": "global",
"dependencies": {
"jquery": "*",
"css": "*"
},
"meta": {
"js/materialize.js": {
"deps": [
"jquery",
"../css/materialize.css!"
],
"format": "global"
}
}
},
"github:twbs/bootstrap@3.3.7": {
"main": "js/bootstrap.js",
"dependencies": {
"jquery": "jspm:jquery@*"
},
"files": [
"dist",
"fonts",
"js",
"css"
],
"meta": {
"js/bootstrap.js": {
"deps": [
"jquery"
],
"exports": "$",
"format": "global"
}
}
},
"npm:inherits@2.0.3": {
"ignore": [
"test.js"
]
},
"npm:jquery@2.2.4": {
"format": "amd"
},
"npm:typescript@2.0.8": {
"browser": {},
"map": {
"buffer": "@empty",
"child_process": "@empty",
"fs": "@empty",
"path": "@empty",
"process": "@empty",
"readline": "@empty"
}
}
}
},
"devDependencies": {
"jspm": "^0.17.0-beta.31"
}
}