-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
140 lines (140 loc) · 3.85 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"jspm": {
"name": "app",
"dependencies": {
"angular": "npm:angular@^1.5.3",
"angular-resource": "npm:angular-resource@^1.5.3",
"angular-ui-bootstrap": "npm:angular-ui-bootstrap@^1.3.1",
"angular2": "npm:angular2@^2.0.0-beta.14",
"bootstrap": "github:twbs/bootstrap@^3.3.6",
"holderjs": "npm:holderjs@^2.9.3",
"jquery": "npm:jquery@^2.2.3"
},
"devDependencies": {
"plugin-typescript": "github:frankwallis/plugin-typescript@^4.0.2"
},
"peerDependencies": {
"buffer": "github:jspm/nodelibs-buffer@^0.2.0-alpha",
"child_process": "github:jspm/nodelibs-child_process@^0.2.0-alpha",
"constants": "github:jspm/nodelibs-constants@^0.2.0-alpha",
"crypto": "github:jspm/nodelibs-crypto@^0.2.0-alpha",
"es6-shim": "npm:es6-shim@^0.35.0",
"events": "github:jspm/nodelibs-events@^0.2.0-alpha",
"fs": "github:jspm/nodelibs-fs@^0.2.0-alpha",
"path": "github:jspm/nodelibs-path@^0.2.0-alpha",
"process": "github:jspm/nodelibs-process@^0.2.0-alpha",
"reflect-metadata": "npm:reflect-metadata@^0.1.3",
"rxjs": "npm:rxjs@5.0.0-beta.2",
"stream": "github:jspm/nodelibs-stream@^0.2.0-alpha",
"string_decoder": "github:jspm/nodelibs-string_decoder@^0.2.0-alpha",
"util": "github:jspm/nodelibs-util@^0.2.0-alpha",
"vm": "github:jspm/nodelibs-vm@^0.2.0-alpha",
"zone.js": "npm:zone.js@^0.5.15"
},
"overrides": {
"github:components/jquery@2.2.1": {
"main": "jquery"
},
"github:twbs/bootstrap@3.3.6": {
"shim": {
"js/bootstrap": {
"deps": [
"jquery"
],
"exports": "$"
}
},
"dependencies": {
"jquery": "github:components/jquery"
},
"files": [
"dist",
"fonts",
"js",
"css",
"less",
"grunt",
"LICENSE"
],
"systemjs": {
"main": "dist/js/bootstrap.js",
"modules": {
"dist/js/bootstrap.js": {
"deps": [
"jquery"
],
"exports": "$"
}
}
}
},
"npm:angular2@2.0.0-beta.14": {
"main": false,
"dependencies": {
"reflect-metadata": "npm:reflect-metadata@^0.1.3",
"rxjs": "npm:rxjs@^5.0.0-beta.2",
"zone.js": "npm:zone.js@^0.5.15"
},
"peerDependencies": {
"reflect-metadata": "npm:reflect-metadata@^0.1.3",
"rxjs": "npm:rxjs@^5.0.0-beta.2",
"zone.js": "npm:zone.js@^0.5.15"
},
"jspmNodeConversion": false,
"meta": {
"src/core/util/decorators.js": {
"deps": [
"reflect-metadata"
]
}
}
},
"npm:angular@1.5.3": {
"format": "global",
"jspmNodeConversion": false,
"main": "angular",
"meta": {
"angular.js": {
"exports": "angular",
"format": "global"
}
}
},
"npm:inherits@2.0.1": {
"ignore": [
"test.js"
]
},
"npm:jquery@2.2.3": {
"format": "amd"
},
"npm:typescript@1.8.9": {
"browser": {},
"map": {
"buffer": "@empty",
"child_process": "@empty",
"fs": "@empty",
"os": "@empty",
"path": "@empty",
"process": "@empty",
"readline": "@empty"
}
},
"npm:zone.js@0.5.15": {
"main": "dist/zone.js",
"directories": {},
"jspmNodeConversion": false,
"dependencies": {},
"meta": {
"dist/zone.js": {
"exports": [
"Zone",
"zone"
],
"format": "global"
}
}
}
}
}
}